Html Css Color HEX #200F18 Blackberry

📋 copy color: '#200F18'

red 32 ◦ green 15 ◦ blue 24

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

Shades of Blackberry #200F18

Tints of Blackberry #200F18

RGB

 RED value IS 32 (12.89% from 255) = 45.07%

 GREEN value IS 15 (6.25% from 255) = 21.13%

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

R = 45.07%
G = 21.13%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#200F18 (or 0x200F18) is known color: Blackberry. HEX triplet: 20, 0F and 18. RGB value is (32,15,24). Sum of RGB (Red+Green+Blue) = 32+15+24=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #200F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F18 is #DFF0E7. Grayscale: #151515. Windows color (decimal): -14676200 or 1576736. OLE color: 1576736.

HSL color Cylindrical-coordinate representation of color #200F18: hue angle of 328.24º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #200F18 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 15 24 -
CMYK 0 0.53 0.25 0.87
HSL 328.24º 0.36% 0.09% -
HSV(B) 328.24º 0.53% 0.13% -
XYZ 0.93 0.71 0.95 -
YUV 21.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 32 15 24 0 0.53 0.25 0.87 328.24 0.36 0.09
Hex 20 F 18 0 35 19 57 148 24 9
Octal 40 17 30 0 65 31 127 510 44 11
Binary 100000 1111 11000 0 110101 11001 1010111 101001000 100100 1001

Color Harmonies of #200F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F18

Black with #200F18

Text Example


Text Example

White with #200F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200F18; }

 p { color: rgb(32,15,24); }

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

background-color css

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

 a { background-color: rgb(32,15,24); }

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

border-color css

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

 span { border-color: rgb(32,15,24); }

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