#15050E

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

Shades of Blackberry #15050E

Tints of Blackberry #15050E

Color information

#15050E (or 0x15050E) is unknown color: approx Blackberry. HEX triplet: 15, 05 and 0E. RGB value is (21,5,14). Sum of RGB (Red+Green+Blue) = 21+5+14=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #15050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15050E is #EAFAF1. Grayscale: #0A0A0A. Windows color (decimal): -15399666 or 918805. OLE color: 918805.

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

Color convert

RGB21514-
CMYK00.760.330.92
HSL326.25º61.54%5.1%-
HSV(B)326.25º76.19%8.24%-
XYZ0.440.30.45-
YUV10.81129.8135.27-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 52.5%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 14 (5.86% from 255) = 35%
R=52.5%
G=12.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2151400.760.330.92326.2561.545.1
Hex155E04C215C1463e5
Octal25516011441134506765
Binary101011011110010011001000011011100101000110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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