Html Css Color HEX #200C17 Blackberry

📋 copy color: '#200C17'

red 32 ◦ green 12 ◦ blue 23

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

Shades of Blackberry #200C17

Tints of Blackberry #200C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.91%

 BLUE value IS 23 (9.38% from 255) = 34.33%

R = 47.76%
G = 17.91%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#200C17 (or 0x200C17) is known color: Blackberry. HEX triplet: 20, 0C and 17. RGB value is (32,12,23). Sum of RGB (Red+Green+Blue) = 32+12+23=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #200C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200C17 is #DFF3E8. Grayscale: #131313. Windows color (decimal): -14676969 or 1510432. OLE color: 1510432.

HSL color Cylindrical-coordinate representation of color #200C17: hue angle of 327º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #200C17 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 12 23 -
CMYK 0 0.63 0.28 0.87
HSL 327º 0.45% 0.09% -
HSV(B) 327º 0.63% 0.13% -
XYZ 0.88 0.63 0.89 -
YUV 19.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 32 12 23 0 0.63 0.28 0.87 327 0.45 0.09
Hex 20 C 17 0 3F 1C 57 147 2D 9
Octal 40 14 27 0 77 34 127 507 55 11
Binary 100000 1100 10111 0 111111 11100 1010111 101000111 101101 1001

Color Harmonies of #200C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200C17

Black with #200C17

Text Example


Text Example

White with #200C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,12,23); }

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

background-color css

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

 a { background-color: rgb(32,12,23); }

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

border-color css

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

 span { border-color: rgb(32,12,23); }

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