#15000D

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

Shades of Blackberry #15000D

Tints of Blackberry #15000D

Color information

#15000D (or 0x15000D) is unknown color: approx Blackberry. HEX triplet: 15, 00 and 0D. RGB value is (21,0,13). Sum of RGB (Red+Green+Blue) = 21+0+13=34 (4% of max value = 765). Red value is 21 (8.59% from 255 or 61.76% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 21 - color contains mainly: red. Hex color #15000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15000D is #EAFFF2. Grayscale: #070707. Windows color (decimal): -15400947 or 851989. OLE color: 851989.

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

Color convert

RGB21013-
CMYK010.380.92
HSL322.86º100%4.12%-
HSV(B)322.86º100%8.24%-
XYZ0.380.190.4-
YUV7.76130.96137.44-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 61.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 38.24%
R=61.76%
G=0%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal21013010.380.92322.861004.12
Hex150D064265C143644
Octal250150144461345031444
Binary10101011010110010010011010111001010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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