Html Css Color HEX #200515 Blackberry

📋 copy color: '#200515'

red 32 ◦ green 5 ◦ blue 21

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

Shades of Blackberry #200515

Tints of Blackberry #200515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 36.21%

R = 55.17%
G = 8.62%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#200515 (or 0x200515) is known color: Blackberry. HEX triplet: 20, 05 and 15. RGB value is (32,5,21). Sum of RGB (Red+Green+Blue) = 32+5+21=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200515 is #DFFAEA. Grayscale: #0E0E0E. Windows color (decimal): -14678763 or 1377568. OLE color: 1377568.

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

Color convert

RGB 32 5 21 -
CMYK 0 0.84 0.34 0.87
HSL 324.44º 0.73% 0.07% -
HSV(B) 324.44º 0.84% 0.13% -
XYZ 0.79 0.47 0.76 -
YUV 14.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 32 5 21 0 0.84 0.34 0.87 324.44 0.73 0.07
Hex 20 5 15 0 54 22 57 144 49 7
Octal 40 5 25 0 124 42 127 504 111 7
Binary 100000 101 10101 0 1010100 100010 1010111 101000100 1001001 111

Color Harmonies of #200515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200515

Black with #200515

Text Example


Text Example

White with #200515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200515; }

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

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

background-color css

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

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

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

border-color css

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

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

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