#15030E

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

Shades of Blackberry #15030E

Tints of Blackberry #15030E

Color information

#15030E (or 0x15030E) is unknown color: approx Blackberry. HEX triplet: 15, 03 and 0E. RGB value is (21,3,14). Sum of RGB (Red+Green+Blue) = 21+3+14=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #15030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15030E is #EAFCF1. Grayscale: #090909. Windows color (decimal): -15400178 or 918293. OLE color: 918293.

HSL color Cylindrical-coordinate representation of color #15030E: hue angle of 323.33º 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 #15030E is Cyan = 0, Magento = 0.86, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB21314-
CMYK00.860.330.92
HSL323.33º75%4.71%-
HSV(B)323.33º85.71%8.24%-
XYZ0.420.260.44-
YUV9.64130.46136.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 55.26%
GREEN value IS 3 (1.56% from 255) = 7.89%
BLUE value IS 14 (5.86% from 255) = 36.84%
R=55.26%
G=7.89%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.33
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2131400.860.330.92323.33754.71
Hex153E056215C1434b5
Octal253160126411345031135
Binary101011111100101011010000110111001010000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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