Shades of Bokara Grey #1C130B
Tints of Bokara Grey #1C130B
RGB
CMYK
RGB Variations
Color information
#1C130B (or 0x1C130B) is known color: Bokara Grey. HEX triplet: 1C, 13 and 0B. RGB value is (28,19,11). Sum of RGB (Red+Green+Blue) = 28+19+11=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 19 (7.81% from 255 or 32.76% from 58); Blue value is 11 (4.69% from 255 or 18.97% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C130B is #E3ECF4. Grayscale: #141414. Windows color (decimal): -14937333 or 725788. OLE color: 725788.
HSL color Cylindrical-coordinate representation of color #1C130B: hue angle of 28.24º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C130B is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 11 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.89 |
| HSL | 28.24º | 0.44% | 0.08% | - |
| HSV(B) | 28.24º | 0.61% | 0.11% | - |
| XYZ | 0.77 | 0.74 | 0.42 | - |
| YUV | 20.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 11 | 0 | 0.32 | 0.61 | 0.89 | 28.24 | 0.44 | 0.08 |
| Hex | 1C | 13 | B | 0 | 20 | 3D | 59 | 1C | 2C | 8 |
| Octal | 34 | 23 | 13 | 0 | 40 | 75 | 131 | 34 | 54 | 10 |
| Binary | 11100 | 10011 | 1011 | 0 | 100000 | 111101 | 1011001 | 11100 | 101100 | 1000 |
Color Harmonies of #1C130B
Complementary color
Monochromatic Colors of #1C130B
Black with #1C130B
Text Example
Text Example
White with #1C130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C130B; }
p { color: rgb(28,19,11); }
H1.HeaderClassName
{
color: #1C130B;
}
.AnyTagClassName
{
color: #1C130B;
}
</style>
background-color css
<style>
a { background-color: #1C130B; }
a { background-color: rgb(28,19,11); }
div.DivClassName
{
background-color: #1C130B;
}
.BgClassName
{
background-color: #1C130B;
}
</style>
border-color css
<style>
span { border-color: #1C130B; }
span { border-color: rgb(28,19,11); }
td.TdClassName
{
border-color: #1C130B;
}
.TagClassName
{
border-color: #1C130B;
}
</style>