#15030D

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

Shades of Blackberry #15030D

Tints of Blackberry #15030D

Color information

#15030D (or 0x15030D) is unknown color: approx Blackberry. HEX triplet: 15, 03 and 0D. RGB value is (21,3,13). Sum of RGB (Red+Green+Blue) = 21+3+13=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #15030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15030D is #EAFCF2. Grayscale: #090909. Windows color (decimal): -15400179 or 852757. OLE color: 852757.

HSL color Cylindrical-coordinate representation of color #15030D: hue angle of 326.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #15030D is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB21313-
CMYK00.860.380.92
HSL326.67º75%4.71%-
HSV(B)326.67º85.71%8.24%-
XYZ0.410.250.41-
YUV9.52129.96136.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 56.76%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=56.76%
G=8.11%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2131300.860.380.92326.67754.71
Hex153D056265C1474b5
Octal253150126461345071135
Binary101011111010101011010011010111001010001111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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