#15010D

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

Shades of Blackberry #15010D

Tints of Blackberry #15010D

Color information

#15010D (or 0x15010D) is unknown color: approx Blackberry. HEX triplet: 15, 01 and 0D. RGB value is (21,1,13). Sum of RGB (Red+Green+Blue) = 21+1+13=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 13 (5.47% from 255 or 37.14% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #15010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15010D is #EAFEF2. Grayscale: #080808. Windows color (decimal): -15400691 or 852245. OLE color: 852245.

HSL color Cylindrical-coordinate representation of color #15010D: hue angle of 324º 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 #15010D is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB21113-
CMYK00.950.380.92
HSL324º90.91%4.31%-
HSV(B)324º95.24%8.24%-
XYZ0.390.210.4-
YUV8.35130.63137.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 13 (5.47% from 255) = 37.14%
R=60%
G=2.86%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2111300.950.380.9232490.914.31
Hex151D05F265C1445b4
Octal251150137461345041334
Binary10101111010101111110011010111001010001001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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