Html Css Color HEX #200211 Blackberry

📋 copy color: '#200211'

red 32 ◦ green 2 ◦ blue 17

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

Shades of Blackberry #200211

Tints of Blackberry #200211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.92%

 BLUE value IS 17 (7.03% from 255) = 33.33%

R = 62.75%
G = 3.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#200211 (or 0x200211) is known color: Blackberry. HEX triplet: 20, 02 and 11. RGB value is (32,2,17). Sum of RGB (Red+Green+Blue) = 32+2+17=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200211 is #DFFDEE. Grayscale: #0C0C0C. Windows color (decimal): -14679535 or 1114656. OLE color: 1114656.

HSL color Cylindrical-coordinate representation of color #200211: hue angle of 330º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200211 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 2 17 -
CMYK 0 0.94 0.47 0.87
HSL 330º 0.88% 0.07% -
HSV(B) 330º 0.94% 0.13% -
XYZ 0.72 0.39 0.57 -
YUV 12.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 32 2 17 0 0.94 0.47 0.87 330 0.88 0.07
Hex 20 2 11 0 5E 2F 57 14A 58 7
Octal 40 2 21 0 136 57 127 512 130 7
Binary 100000 10 10001 0 1011110 101111 1010111 101001010 1011000 111

Color Harmonies of #200211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200211

Black with #200211

Text Example


Text Example

White with #200211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200211; }

 p { color: rgb(32,2,17); }

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

background-color css

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

 a { background-color: rgb(32,2,17); }

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

border-color css

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

 span { border-color: rgb(32,2,17); }

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