#13020C

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

Shades of Blackberry #13020C

Tints of Blackberry #13020C

Color information

#13020C (or 0x13020C) is unknown color: approx Blackberry. HEX triplet: 13, 02 and 0C. RGB value is (19,2,12). Sum of RGB (Red+Green+Blue) = 19+2+12=33 (4% of max value = 765). Red value is 19 (7.81% from 255 or 57.58% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 19 - color contains mainly: red. Hex color #13020C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13020C is #ECFDF3. Grayscale: #080808. Windows color (decimal): -15531508 or 786963. OLE color: 786963.

HSL color Cylindrical-coordinate representation of color #13020C: hue angle of 324.71º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13020C is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.93.

Color convert

RGB19212-
CMYK00.890.370.93
HSL324.71º80.95%4.12%-
HSV(B)324.71º89.47%7.45%-
XYZ0.360.210.37-
YUV8.22130.13135.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 57.58%
GREEN value IS 2 (1.17% from 255) = 6.06%
BLUE value IS 12 (5.08% from 255) = 36.36%
R=57.58%
G=6.06%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1921200.890.370.93324.7180.954.12
Hex132C059255D145514
Octal232140131451355051214
Binary100111011000101100110010110111011010001011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,2,12); }

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

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

 a { background-color: rgb(19,2,12); }

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

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

 span { border-color: rgb(19,2,12); }

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