#15020E

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

Shades of Blackberry #15020E

Tints of Blackberry #15020E

Color information

#15020E (or 0x15020E) is unknown color: approx Blackberry. HEX triplet: 15, 02 and 0E. RGB value is (21,2,14). Sum of RGB (Red+Green+Blue) = 21+2+14=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #15020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15020E is #EAFDF1. Grayscale: #090909. Windows color (decimal): -15400434 or 918037. OLE color: 918037.

HSL color Cylindrical-coordinate representation of color #15020E: hue angle of 322.11º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15020E is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB21214-
CMYK00.900.330.92
HSL322.11º82.61%4.51%-
HSV(B)322.11º90.48%8.24%-
XYZ0.410.230.44-
YUV9.05130.79136.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 56.76%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 14 (5.86% from 255) = 37.84%
R=56.76%
G=5.41%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2121400.900.330.92322.1182.614.51
Hex152E05A215C142535
Octal252160132411345021235
Binary101011011100101101010000110111001010000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15020E; }

 p { color: rgb(21,2,14); }

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

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

 a { background-color: rgb(21,2,14); }

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

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

 span { border-color: rgb(21,2,14); }

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