Shades of Bokara Grey #130C04
Tints of Bokara Grey #130C04
RGB
CMYK
RGB Variations
Color information
#130C04 (or 0x130C04) is known color: Bokara Grey. HEX triplet: 13, 0C and 04. RGB value is (19,12,4). Sum of RGB (Red+Green+Blue) = 19+12+4=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 12 (5.08% from 255 or 34.29% from 35); Blue value is 4 (1.95% from 255 or 11.43% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130C04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C04 is #ECF3FB. Grayscale: #0D0D0D. Windows color (decimal): -15528956 or 265235. OLE color: 265235.
HSL color Cylindrical-coordinate representation of color #130C04: hue angle of 32º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130C04 is Cyan = 0, Magento = 0.37, Yellow = 0.79 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 4 | - |
| CMYK | 0 | 0.37 | 0.79 | 0.93 |
| HSL | 32º | 0.65% | 0.05% | - |
| HSV(B) | 32º | 0.79% | 0.07% | - |
| XYZ | 0.42 | 0.41 | 0.17 | - |
| YUV | 13.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 4 | 0 | 0.37 | 0.79 | 0.93 | 32 | 0.65 | 0.05 |
| Hex | 13 | C | 4 | 0 | 25 | 4F | 5D | 20 | 41 | 5 |
| Octal | 23 | 14 | 4 | 0 | 45 | 117 | 135 | 40 | 101 | 5 |
| Binary | 10011 | 1100 | 100 | 0 | 100101 | 1001111 | 1011101 | 100000 | 1000001 | 101 |
Color Harmonies of #130C04
Complementary color
Monochromatic Colors of #130C04
Black with #130C04
Text Example
Text Example
White with #130C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C04; }
p { color: rgb(19,12,4); }
H1.HeaderClassName
{
color: #130C04;
}
.AnyTagClassName
{
color: #130C04;
}
</style>
background-color css
<style>
a { background-color: #130C04; }
a { background-color: rgb(19,12,4); }
div.DivClassName
{
background-color: #130C04;
}
.BgClassName
{
background-color: #130C04;
}
</style>
border-color css
<style>
span { border-color: #130C04; }
span { border-color: rgb(19,12,4); }
td.TdClassName
{
border-color: #130C04;
}
.TagClassName
{
border-color: #130C04;
}
</style>