#200115

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

Shades of Blackberry #200115

Tints of Blackberry #200115

Color information

#200115 (or 0x200115) is unknown color: approx Blackberry. HEX triplet: 20, 01 and 15. RGB value is (32,1,21). Sum of RGB (Red+Green+Blue) = 32+1+21=54 (7% of max value = 765). Red value is 32 (12.89% from 255 or 59.26% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 32 - color contains mainly: red. Hex color #200115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200115 is #DFFEEA. Grayscale: #0C0C0C. Windows color (decimal): -14679787 or 1376544. OLE color: 1376544.

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

Color convert

RGB32121-
CMYK00.970.340.87
HSL321.29º93.94%6.47%-
HSV(B)321.29º96.88%12.55%-
XYZ0.740.380.74-
YUV12.55132.77141.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 59.26%
GREEN value IS 1 (0.78% from 255) = 1.85%
BLUE value IS 21 (8.59% from 255) = 38.89%
R=59.26%
G=1.85%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3212100.970.340.87321.2993.946.47
Hex2011506122571415e6
Octal401250141421275011366
Binary1000001101010110000110001010101111010000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200115; }

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

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

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

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

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

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

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

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