#13000B

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

Shades of Blackberry #13000B

Tints of Blackberry #13000B

Color information

#13000B (or 0x13000B) is unknown color: approx Blackberry. HEX triplet: 13, 00 and 0B. RGB value is (19,0,11). Sum of RGB (Red+Green+Blue) = 19+0+11=30 (3% of max value = 765). Red value is 19 (7.81% from 255 or 63.33% from 30); Green value is 0 (0.39% from 255 or 0% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 19 - color contains mainly: red. Hex color #13000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13000B is #ECFFF4. Grayscale: #060606. Windows color (decimal): -15532021 or 720915. OLE color: 720915.

HSL color Cylindrical-coordinate representation of color #13000B: hue angle of 325.26º 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 #13000B is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.93.

Color convert

RGB19011-
CMYK010.420.93
HSL325.26º100%3.73%-
HSV(B)325.26º100%7.45%-
XYZ0.330.160.33-
YUV6.94130.29136.61-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 63.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=63.33%
G=0%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19011010.420.93325.261003.73
Hex130B0642A5D145644
Octal230130144521355051444
Binary10011010110110010010101010111011010001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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