Shades of Bokara Grey #130C01
Tints of Bokara Grey #130C01
RGB
CMYK
RGB Variations
Color information
#130C01 (or 0x130C01) is known color: Bokara Grey. HEX triplet: 13, 0C and 01. RGB value is (19,12,1). Sum of RGB (Red+Green+Blue) = 19+12+1=32 (4% of max value = 765). Red value is 19 (7.81% from 255 or 59.38% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 19 - color contains mainly: red. Hex color #130C01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C01 is #ECF3FE. Grayscale: #0C0C0C. Windows color (decimal): -15528959 or 68627. OLE color: 68627.
HSL color Cylindrical-coordinate representation of color #130C01: hue angle of 36.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130C01 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 1 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.93 |
| HSL | 36.67º | 0.9% | 0.04% | - |
| HSV(B) | 36.67º | 0.95% | 0.07% | - |
| XYZ | 0.41 | 0.4 | 0.09 | - |
| YUV | 12.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 1 | 0 | 0.37 | 0.95 | 0.93 | 36.67 | 0.9 | 0.04 |
| Hex | 13 | C | 1 | 0 | 25 | 5F | 5D | 25 | 5A | 4 |
| Octal | 23 | 14 | 1 | 0 | 45 | 137 | 135 | 45 | 132 | 4 |
| Binary | 10011 | 1100 | 1 | 0 | 100101 | 1011111 | 1011101 | 100101 | 1011010 | 100 |
Color Harmonies of #130C01
Complementary color
Monochromatic Colors of #130C01
Black with #130C01
Text Example
Text Example
White with #130C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C01; }
p { color: rgb(19,12,1); }
H1.HeaderClassName
{
color: #130C01;
}
.AnyTagClassName
{
color: #130C01;
}
</style>
background-color css
<style>
a { background-color: #130C01; }
a { background-color: rgb(19,12,1); }
div.DivClassName
{
background-color: #130C01;
}
.BgClassName
{
background-color: #130C01;
}
</style>
border-color css
<style>
span { border-color: #130C01; }
span { border-color: rgb(19,12,1); }
td.TdClassName
{
border-color: #130C01;
}
.TagClassName
{
border-color: #130C01;
}
</style>