Html Css Color HEX #200D18 Blackberry

📋 copy color: '#200D18'

red 32 ◦ green 13 ◦ blue 24

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

Shades of Blackberry #200D18

Tints of Blackberry #200D18

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.84%

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

R = 46.38%
G = 18.84%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.87

RGB Variations

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

Color information

#200D18 (or 0x200D18) is known color: Blackberry. HEX triplet: 20, 0D and 18. RGB value is (32,13,24). Sum of RGB (Red+Green+Blue) = 32+13+24=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 24 (9.77% from 255 or 34.78% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #200D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D18 is #DFF2E7. Grayscale: #131313. Windows color (decimal): -14676712 or 1576224. OLE color: 1576224.

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

Color convert

RGB 32 13 24 -
CMYK 0 0.59 0.25 0.87
HSL 325.26º 0.42% 0.09% -
HSV(B) 325.26º 0.59% 0.13% -
XYZ 0.9 0.66 0.94 -
YUV 19.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 32 13 24 0 0.59 0.25 0.87 325.26 0.42 0.09
Hex 20 D 18 0 3B 19 57 145 2A 9
Octal 40 15 30 0 73 31 127 505 52 11
Binary 100000 1101 11000 0 111011 11001 1010111 101000101 101010 1001

Color Harmonies of #200D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D18

Black with #200D18

Text Example


Text Example

White with #200D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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