#15010E

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

Shades of Blackberry #15010E

Tints of Blackberry #15010E

Color information

#15010E (or 0x15010E) is unknown color: approx Blackberry. HEX triplet: 15, 01 and 0E. RGB value is (21,1,14). Sum of RGB (Red+Green+Blue) = 21+1+14=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #15010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010E is #EAFEF1. Grayscale: #080808. Windows color (decimal): -15400690 or 917781. OLE color: 917781.

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

Color convert

RGB21114-
CMYK00.950.330.92
HSL321º90.91%4.31%-
HSV(B)321º95.24%8.24%-
XYZ0.40.210.44-
YUV8.46131.13136.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 58.33%
GREEN value IS 1 (0.78% from 255) = 2.78%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=58.33%
G=2.78%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111400.950.330.9232190.914.31
Hex151E05F215C1415b4
Octal251160137411345011334
Binary10101111100101111110000110111001010000011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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