Html Css Color HEX #200011 Blackberry

📋 copy color: '#200011'

red 32 ◦ green 0 ◦ blue 17

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

Shades of Blackberry #200011

Tints of Blackberry #200011

RGB

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

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

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

R = 65.31%
G = 0%
B = 34.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.87

RGB Variations

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

Color information

#200011 (or 0x200011) is known color: Blackberry. HEX triplet: 20, 00 and 11. RGB value is (32,0,17). Sum of RGB (Red+Green+Blue) = 32+0+17=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #200011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200011 is #DFFFEE. Grayscale: #0B0B0B. Windows color (decimal): -14680047 or 1114144. OLE color: 1114144.

HSL color Cylindrical-coordinate representation of color #200011: hue angle of 328.12º 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 #200011 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 0 17 -
CMYK 0 1 0.47 0.87
HSL 328.13º 1% 0.06% -
HSV(B) 328.13º 1% 0.13% -
XYZ 0.7 0.35 0.56 -
YUV 11.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 32 0 17 0 1 0.47 0.87 328.13 1 0.06
Hex 20 0 11 0 64 2F 57 148 64 6
Octal 40 0 21 0 144 57 127 510 144 6
Binary 100000 0 10001 0 1100100 101111 1010111 101001000 1100100 110

Color Harmonies of #200011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200011

Black with #200011

Text Example


Text Example

White with #200011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200011; }

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

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

background-color css

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

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

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

border-color css

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

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

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