Shades of Bokara Grey #19120C
Tints of Bokara Grey #19120C
RGB
CMYK
RGB Variations
Color information
#19120C (or 0x19120C) is known color: Bokara Grey. HEX triplet: 19, 12 and 0C. RGB value is (25,18,12). Sum of RGB (Red+Green+Blue) = 25+18+12=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 25 - color contains mainly: red. Hex color #19120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19120C is #E6EDF3. Grayscale: #131313. Windows color (decimal): -15134196 or 791065. OLE color: 791065.
HSL color Cylindrical-coordinate representation of color #19120C: hue angle of 27.69º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19120C is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 18 | 12 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.90 |
| HSL | 27.69º | 0.35% | 0.07% | - |
| HSV(B) | 27.69º | 0.52% | 0.1% | - |
| XYZ | 0.68 | 0.67 | 0.44 | - |
| YUV | 19.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 12 | 0 | 0.28 | 0.52 | 0.90 | 27.69 | 0.35 | 0.07 |
| Hex | 19 | 12 | C | 0 | 1C | 34 | 5A | 1C | 23 | 7 |
| Octal | 31 | 22 | 14 | 0 | 34 | 64 | 132 | 34 | 43 | 7 |
| Binary | 11001 | 10010 | 1100 | 0 | 11100 | 110100 | 1011010 | 11100 | 100011 | 111 |
Color Harmonies of #19120C
Complementary color
Monochromatic Colors of #19120C
Black with #19120C
Text Example
Text Example
White with #19120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19120C; }
p { color: rgb(25,18,12); }
H1.HeaderClassName
{
color: #19120C;
}
.AnyTagClassName
{
color: #19120C;
}
</style>
background-color css
<style>
a { background-color: #19120C; }
a { background-color: rgb(25,18,12); }
div.DivClassName
{
background-color: #19120C;
}
.BgClassName
{
background-color: #19120C;
}
</style>
border-color css
<style>
span { border-color: #19120C; }
span { border-color: rgb(25,18,12); }
td.TdClassName
{
border-color: #19120C;
}
.TagClassName
{
border-color: #19120C;
}
</style>