Html Css Color HEX #200513 Blackberry

📋 copy color: '#200513'

red 32 ◦ green 5 ◦ blue 19

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

Shades of Blackberry #200513

Tints of Blackberry #200513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 33.93%

R = 57.14%
G = 8.93%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#200513 (or 0x200513) is known color: Blackberry. HEX triplet: 20, 05 and 13. RGB value is (32,5,19). Sum of RGB (Red+Green+Blue) = 32+5+19=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200513 is #DFFAEC. Grayscale: #0E0E0E. Windows color (decimal): -14678765 or 1246496. OLE color: 1246496.

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

Color convert

RGB 32 5 19 -
CMYK 0 0.84 0.41 0.87
HSL 328.89º 0.73% 0.07% -
HSV(B) 328.89º 0.84% 0.13% -
XYZ 0.77 0.46 0.66 -
YUV 14.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 32 5 19 0 0.84 0.41 0.87 328.89 0.73 0.07
Hex 20 5 13 0 54 29 57 149 49 7
Octal 40 5 23 0 124 51 127 511 111 7
Binary 100000 101 10011 0 1010100 101001 1010111 101001001 1001001 111

Color Harmonies of #200513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200513

Black with #200513

Text Example


Text Example

White with #200513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200513; }

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

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

background-color css

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

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

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

border-color css

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

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

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