Shades of Bokara Grey #1C1309
Tints of Bokara Grey #1C1309
RGB
CMYK
RGB Variations
Color information
#1C1309 (or 0x1C1309) is known color: Bokara Grey. HEX triplet: 1C, 13 and 09. RGB value is (28,19,9). Sum of RGB (Red+Green+Blue) = 28+19+9=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 9 (3.91% from 255 or 16.07% from 56); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1309 is #E3ECF6. Grayscale: #141414. Windows color (decimal): -14937335 or 594716. OLE color: 594716.
HSL color Cylindrical-coordinate representation of color #1C1309: hue angle of 31.58º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C1309 is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 9 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.89 |
| HSL | 31.58º | 0.51% | 0.07% | - |
| HSV(B) | 31.58º | 0.68% | 0.11% | - |
| XYZ | 0.76 | 0.73 | 0.36 | - |
| YUV | 20.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 9 | 0 | 0.32 | 0.68 | 0.89 | 31.58 | 0.51 | 0.07 |
| Hex | 1C | 13 | 9 | 0 | 20 | 44 | 59 | 20 | 33 | 7 |
| Octal | 34 | 23 | 11 | 0 | 40 | 104 | 131 | 40 | 63 | 7 |
| Binary | 11100 | 10011 | 1001 | 0 | 100000 | 1000100 | 1011001 | 100000 | 110011 | 111 |
Color Harmonies of #1C1309
Complementary color
Monochromatic Colors of #1C1309
Black with #1C1309
Text Example
Text Example
White with #1C1309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1309; }
p { color: rgb(28,19,9); }
H1.HeaderClassName
{
color: #1C1309;
}
.AnyTagClassName
{
color: #1C1309;
}
</style>
background-color css
<style>
a { background-color: #1C1309; }
a { background-color: rgb(28,19,9); }
div.DivClassName
{
background-color: #1C1309;
}
.BgClassName
{
background-color: #1C1309;
}
</style>
border-color css
<style>
span { border-color: #1C1309; }
span { border-color: rgb(28,19,9); }
td.TdClassName
{
border-color: #1C1309;
}
.TagClassName
{
border-color: #1C1309;
}
</style>