Html Css Color HEX #200717 Blackberry

📋 copy color: '#200717'

red 32 ◦ green 7 ◦ blue 23

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

Shades of Blackberry #200717

Tints of Blackberry #200717

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.29%

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

R = 51.61%
G = 11.29%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#200717 (or 0x200717) is known color: Blackberry. HEX triplet: 20, 07 and 17. RGB value is (32,7,23). Sum of RGB (Red+Green+Blue) = 32+7+23=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #200717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200717 is #DFF8E8. Grayscale: #101010. Windows color (decimal): -14678249 or 1509152. OLE color: 1509152.

HSL color Cylindrical-coordinate representation of color #200717: hue angle of 321.6º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200717 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 7 23 -
CMYK 0 0.78 0.28 0.87
HSL 321.6º 0.64% 0.08% -
HSV(B) 321.6º 0.78% 0.13% -
XYZ 0.83 0.52 0.87 -
YUV 16.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 32 7 23 0 0.78 0.28 0.87 321.6 0.64 0.08
Hex 20 7 17 0 4E 1C 57 142 40 8
Octal 40 7 27 0 116 34 127 502 100 10
Binary 100000 111 10111 0 1001110 11100 1010111 101000010 1000000 1000

Color Harmonies of #200717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200717

Black with #200717

Text Example


Text Example

White with #200717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200717; }

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

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

background-color css

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

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

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

border-color css

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

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

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