Shades of Black #130B05
Tints of Black #130B05
RGB
CMYK
RGB Variations
Color information
#130B05 (or 0x130B05) is known color: Black. HEX triplet: 13, 0B and 05. RGB value is (19,11,5). Sum of RGB (Red+Green+Blue) = 19+11+5=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 5 (2.34% from 255 or 14.29% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B05 is #ECF4FA. Grayscale: #0C0C0C. Windows color (decimal): -15529211 or 330515. OLE color: 330515.
HSL color Cylindrical-coordinate representation of color #130B05: hue angle of 25.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #130B05 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.93.
Color convert
RGB | 19 | 11 | 5 | - |
CMYK | 0 | 0.42 | 0.74 | 0.93 |
HSL | 25.71º | 0.58% | 0.05% | - |
HSV(B) | 25.71º | 0.74% | 0.07% | - |
XYZ | 0.42 | 0.39 | 0.2 | - |
YUV | 12.71 | 123.65 | 132.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 11 | 5 | 0 | 0.42 | 0.74 | 0.93 | 25.71 | 0.58 | 0.05 |
Hex | 13 | B | 5 | 0 | 2A | 4A | 5D | 1A | 3A | 5 |
Octal | 23 | 13 | 5 | 0 | 52 | 112 | 135 | 32 | 72 | 5 |
Binary | 10011 | 1011 | 101 | 0 | 101010 | 1001010 | 1011101 | 11010 | 111010 | 101 |
Color Harmonies of #130B05
Complementary color
Monochromatic Colors of #130B05
Black with #130B05
Text Example
Text Example
White with #130B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B05; }
p { color: rgb(19,11,5); }
H1.HeaderClassName
{
color: #130B05;
}
.AnyTagClassName
{
color: #130B05;
}
</style>
background-color css
<style>
a { background-color: #130B05; }
a { background-color: rgb(19,11,5); }
div.DivClassName
{
background-color: #130B05;
}
.BgClassName
{
background-color: #130B05;
}
</style>
border-color css
<style>
span { border-color: #130B05; }
span { border-color: rgb(19,11,5); }
td.TdClassName
{
border-color: #130B05;
}
.TagClassName
{
border-color: #130B05;
}
</style>