Shades of Bokara Grey #130C03
Tints of Bokara Grey #130C03
RGB
CMYK
RGB Variations
Color information
#130C03 (or 0x130C03) is known color: Bokara Grey. HEX triplet: 13, 0C and 03. RGB value is (19,12,3). Sum of RGB (Red+Green+Blue) = 19+12+3=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #130C03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130C03 is #ECF3FC. Grayscale: #0D0D0D. Windows color (decimal): -15528957 or 199699. OLE color: 199699.
HSL color Cylindrical-coordinate representation of color #130C03: hue angle of 33.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130C03 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 12 | 3 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.93 |
| HSL | 33.75º | 0.73% | 0.04% | - |
| HSV(B) | 33.75º | 0.84% | 0.07% | - |
| XYZ | 0.42 | 0.41 | 0.14 | - |
| YUV | 13.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 3 | 0 | 0.37 | 0.84 | 0.93 | 33.75 | 0.73 | 0.04 |
| Hex | 13 | C | 3 | 0 | 25 | 54 | 5D | 22 | 49 | 4 |
| Octal | 23 | 14 | 3 | 0 | 45 | 124 | 135 | 42 | 111 | 4 |
| Binary | 10011 | 1100 | 11 | 0 | 100101 | 1010100 | 1011101 | 100010 | 1001001 | 100 |
Color Harmonies of #130C03
Complementary color
Monochromatic Colors of #130C03
Black with #130C03
Text Example
Text Example
White with #130C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C03; }
p { color: rgb(19,12,3); }
H1.HeaderClassName
{
color: #130C03;
}
.AnyTagClassName
{
color: #130C03;
}
</style>
background-color css
<style>
a { background-color: #130C03; }
a { background-color: rgb(19,12,3); }
div.DivClassName
{
background-color: #130C03;
}
.BgClassName
{
background-color: #130C03;
}
</style>
border-color css
<style>
span { border-color: #130C03; }
span { border-color: rgb(19,12,3); }
td.TdClassName
{
border-color: #130C03;
}
.TagClassName
{
border-color: #130C03;
}
</style>