Html Css Color HEX #200517 Blackberry

📋 copy color: '#200517'

red 32 ◦ green 5 ◦ blue 23

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

Shades of Blackberry #200517

Tints of Blackberry #200517

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.33%

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

R = 53.33%
G = 8.33%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#200517 (or 0x200517) is known color: Blackberry. HEX triplet: 20, 05 and 17. RGB value is (32,5,23). Sum of RGB (Red+Green+Blue) = 32+5+23=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200517 is #DFFAE8. Grayscale: #0F0F0F. Windows color (decimal): -14678761 or 1508640. OLE color: 1508640.

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

Color convert

RGB 32 5 23 -
CMYK 0 0.84 0.28 0.87
HSL 320º 0.73% 0.07% -
HSV(B) 320º 0.84% 0.13% -
XYZ 0.8 0.48 0.86 -
YUV 15.13 132.45 140.04 -
System Red Green Blue C M Y K H S L
Decimal 32 5 23 0 0.84 0.28 0.87 320 0.73 0.07
Hex 20 5 17 0 54 1C 57 140 49 7
Octal 40 5 27 0 124 34 127 500 111 7
Binary 100000 101 10111 0 1010100 11100 1010111 101000000 1001001 111

Color Harmonies of #200517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200517

Black with #200517

Text Example


Text Example

White with #200517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200517; }

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

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

background-color css

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

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

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

border-color css

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

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

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