#13000C

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

Shades of Blackberry #13000C

Tints of Blackberry #13000C

Color information

#13000C (or 0x13000C) is unknown color: approx Blackberry. HEX triplet: 13, 00 and 0C. RGB value is (19,0,12). Sum of RGB (Red+Green+Blue) = 19+0+12=31 (4% of max value = 765). Red value is 19 (7.81% from 255 or 61.29% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 19 - color contains mainly: red. Hex color #13000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000C is #ECFFF3. Grayscale: #070707. Windows color (decimal): -15532020 or 786451. OLE color: 786451.

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

Color convert

RGB19012-
CMYK010.370.93
HSL322.11º100%3.73%-
HSV(B)322.11º100%7.45%-
XYZ0.330.160.36-
YUV7.05130.79136.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 61.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 38.71%
R=61.29%
G=0%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19012010.370.93322.111003.73
Hex130C064255D142644
Octal230140144451355021444
Binary10011011000110010010010110111011010000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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