#15000C

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

Shades of Blackberry #15000C

Tints of Blackberry #15000C

Color information

#15000C (or 0x15000C) is unknown color: approx Blackberry. HEX triplet: 15, 00 and 0C. RGB value is (21,0,12). Sum of RGB (Red+Green+Blue) = 21+0+12=33 (4% of max value = 765). Red value is 21 (8.59% from 255 or 63.64% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 21 - color contains mainly: red. Hex color #15000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000C is #EAFFF3. Grayscale: #070707. Windows color (decimal): -15400948 or 786453. OLE color: 786453.

HSL color Cylindrical-coordinate representation of color #15000C: hue angle of 325.71º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #15000C is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB21012-
CMYK010.430.92
HSL325.71º100%4.12%-
HSV(B)325.71º100%8.24%-
XYZ0.380.190.36-
YUV7.65130.46137.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 63.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 36.36%
R=63.64%
G=0%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.43
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21012010.430.92325.711004.12
Hex150C0642B5C146644
Octal250140144531345061444
Binary10101011000110010010101110111001010001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15000C; }

 p { color: rgb(21,0,12); }

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

<style>
 a { background-color: #15000C; }

 a { background-color: rgb(21,0,12); }

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

<style>
 span { border-color: #15000C; }

 span { border-color: rgb(21,0,12); }

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