#15080F

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

Shades of Blackberry #15080F

Tints of Blackberry #15080F

Color information

#15080F (or 0x15080F) is unknown color: approx Blackberry. HEX triplet: 15, 08 and 0F. RGB value is (21,8,15). Sum of RGB (Red+Green+Blue) = 21+8+15=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 21 - color contains mainly: red. Hex color #15080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15080F is #EAF7F0. Grayscale: #0C0C0C. Windows color (decimal): -15398897 or 985109. OLE color: 985109.

HSL color Cylindrical-coordinate representation of color #15080F: hue angle of 327.69º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #15080F is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.92.

Color convert

RGB21815-
CMYK00.620.290.92
HSL327.69º44.83%5.69%-
HSV(B)327.69º61.9%8.24%-
XYZ0.480.370.5-
YUV12.68129.31133.93-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 47.73%
GREEN value IS 8 (3.52% from 255) = 18.18%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=47.73%
G=18.18%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2181500.620.290.92327.6944.835.69
Hex158F03E1D5C1482d6
Octal25101707635134510556
Binary10101100011110111110111011011100101001000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15080F; }

 p { color: rgb(21,8,15); }

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

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

 a { background-color: rgb(21,8,15); }

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

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

 span { border-color: rgb(21,8,15); }

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