Html Css Color HEX #200815 Blackberry

📋 copy color: '#200815'

red 32 ◦ green 8 ◦ blue 21

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

Shades of Blackberry #200815

Tints of Blackberry #200815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.11%

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

R = 52.46%
G = 13.11%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#200815 (or 0x200815) is known color: Blackberry. HEX triplet: 20, 08 and 15. RGB value is (32,8,21). Sum of RGB (Red+Green+Blue) = 32+8+21=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #200815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200815 is #DFF7EA. Grayscale: #101010. Windows color (decimal): -14677995 or 1378336. OLE color: 1378336.

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

Color convert

RGB 32 8 21 -
CMYK 0 0.75 0.34 0.87
HSL 327.5º 0.6% 0.08% -
HSV(B) 327.5º 0.75% 0.13% -
XYZ 0.82 0.53 0.77 -
YUV 16.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 32 8 21 0 0.75 0.34 0.87 327.5 0.6 0.08
Hex 20 8 15 0 4B 22 57 148 3C 8
Octal 40 10 25 0 113 42 127 510 74 10
Binary 100000 1000 10101 0 1001011 100010 1010111 101001000 111100 1000

Color Harmonies of #200815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200815

Black with #200815

Text Example


Text Example

White with #200815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200815; }

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

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

background-color css

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

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

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

border-color css

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

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

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