Html Css Color HEX #200012 Blackberry

📋 copy color: '#200012'

red 32 ◦ green 0 ◦ blue 18

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

Shades of Blackberry #200012

Tints of Blackberry #200012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 36%

R = 64%
G = 0%
B = 36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#200012 (or 0x200012) is known color: Blackberry. HEX triplet: 20, 00 and 12. RGB value is (32,0,18). Sum of RGB (Red+Green+Blue) = 32+0+18=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #200012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200012 is #DFFFED. Grayscale: #0B0B0B. Windows color (decimal): -14680046 or 1179680. OLE color: 1179680.

HSL color Cylindrical-coordinate representation of color #200012: hue angle of 326.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200012 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 0 18 -
CMYK 0 1 0.44 0.87
HSL 326.25º 1% 0.06% -
HSV(B) 326.25º 1% 0.13% -
XYZ 0.7 0.35 0.6 -
YUV 11.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 32 0 18 0 1 0.44 0.87 326.25 1 0.06
Hex 20 0 12 0 64 2C 57 146 64 6
Octal 40 0 22 0 144 54 127 506 144 6
Binary 100000 0 10010 0 1100100 101100 1010111 101000110 1100100 110

Color Harmonies of #200012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200012

Black with #200012

Text Example


Text Example

White with #200012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200012; }

 p { color: rgb(32,0,18); }

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

background-color css

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

 a { background-color: rgb(32,0,18); }

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

border-color css

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

 span { border-color: rgb(32,0,18); }

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