Html Css Color HEX #300018 Blackberry

📋 copy color: '#300018'

red 48 ◦ green 0 ◦ blue 24

#300018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #300018

Tints of Blackberry #300018

RGB

 RED value IS 48 (19.14% from 255) = 66.67%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.81

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#300018 (or 0x300018) is known color: Blackberry. HEX triplet: 30, 00 and 18. RGB value is (48,0,24). Sum of RGB (Red+Green+Blue) = 48+0+24=72 (9% of max value = 765). Red value is 48 (19.14% from 255 or 66.67% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 48 - color contains mainly: red. Hex color #300018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300018 is #CFFFE7. Grayscale: #111111. Windows color (decimal): -13631464 or 1572912. OLE color: 1572912.

HSL color Cylindrical-coordinate representation of color #300018: hue angle of 330º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300018 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 0 24 -
CMYK 0 1 0.5 0.81
HSL 330º 1% 0.09% -
HSV(B) 330º 1% 0.19% -
XYZ 1.38 0.69 0.93 -
YUV 17.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 48 0 24 0 1 0.5 0.81 330 1 0.09
Hex 30 0 18 0 64 32 51 14A 64 9
Octal 60 0 30 0 144 62 121 512 144 11
Binary 110000 0 11000 0 1100100 110010 1010001 101001010 1100100 1001

Color Harmonies of #300018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300018

Black with #300018

Text Example


Text Example

White with #300018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300018; }

 p { color: rgb(48,0,24); }

 H1.HeaderClassName
 {
   color: #300018;
 }
 .AnyTagClassName
 {
   color: #300018;
 }
</style>

background-color css

<style>
 a { background-color: #300018; }

 a { background-color: rgb(48,0,24); }

 div.DivClassName
 {
   background-color: #300018;
 }
 .BgClassName
 {
   background-color: #300018;
 }
</style>

border-color css

<style>
 span { border-color: #300018; }

 span { border-color: rgb(48,0,24); }

 td.TdClassName
 {
   border-color: #300018;
 }
 .TagClassName
 {
   border-color: #300018;
 }
</style>