#200B15

Color #200B15 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #200B15

Tints of Blackberry #200B15

Color information

#200B15 (or 0x200B15) is unknown color: approx Blackberry. HEX triplet: 20, 0B and 15. RGB value is (32,11,21). Sum of RGB (Red+Green+Blue) = 32+11+21=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 11 (4.69% from 255 or 17.19% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #200B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B15 is #DFF4EA. Grayscale: #121212. Windows color (decimal): -14677227 or 1379104. OLE color: 1379104.

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

Color convert

RGB321121-
CMYK00.660.340.87
HSL331.43º48.84%8.43%-
HSV(B)331.43º65.62%12.55%-
XYZ0.850.60.78-
YUV18.42129.46137.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 17.19%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=50%
G=17.19%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32112100.660.340.87331.4348.848.43
Hex20B15042225714b318
Octal4013250102421275136110
Binary1000001011101010100001010001010101111010010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200B15; }

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

 H1.HeaderClassName
 {
   color: #200B15;
 }
 .AnyTagClassName
 {
   color: #200B15;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #200B15;
 }
 .BgClassName
 {
   background-color: #200B15;
 }
</style>
border-color css

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

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

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