Shades of Bokara Grey #1C1307
Tints of Bokara Grey #1C1307
RGB
CMYK
RGB Variations
Color information
#1C1307 (or 0x1C1307) is known color: Bokara Grey. HEX triplet: 1C, 13 and 07. RGB value is (28,19,7). Sum of RGB (Red+Green+Blue) = 28+19+7=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1307 is #E3ECF8. Grayscale: #141414. Windows color (decimal): -14937337 or 463644. OLE color: 463644.
HSL color Cylindrical-coordinate representation of color #1C1307: hue angle of 34.29º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C1307 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 7 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.89 |
| HSL | 34.29º | 0.6% | 0.07% | - |
| HSV(B) | 34.29º | 0.75% | 0.11% | - |
| XYZ | 0.75 | 0.73 | 0.3 | - |
| YUV | 20.32 | 120.48 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 7 | 0 | 0.32 | 0.75 | 0.89 | 34.29 | 0.6 | 0.07 |
| Hex | 1C | 13 | 7 | 0 | 20 | 4B | 59 | 22 | 3C | 7 |
| Octal | 34 | 23 | 7 | 0 | 40 | 113 | 131 | 42 | 74 | 7 |
| Binary | 11100 | 10011 | 111 | 0 | 100000 | 1001011 | 1011001 | 100010 | 111100 | 111 |
Color Harmonies of #1C1307
Complementary color
Monochromatic Colors of #1C1307
Black with #1C1307
Text Example
Text Example
White with #1C1307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1307; }
p { color: rgb(28,19,7); }
H1.HeaderClassName
{
color: #1C1307;
}
.AnyTagClassName
{
color: #1C1307;
}
</style>
background-color css
<style>
a { background-color: #1C1307; }
a { background-color: rgb(28,19,7); }
div.DivClassName
{
background-color: #1C1307;
}
.BgClassName
{
background-color: #1C1307;
}
</style>
border-color css
<style>
span { border-color: #1C1307; }
span { border-color: rgb(28,19,7); }
td.TdClassName
{
border-color: #1C1307;
}
.TagClassName
{
border-color: #1C1307;
}
</style>