Shades of Bokara Grey #1C140F
Tints of Bokara Grey #1C140F
RGB
CMYK
RGB Variations
Color information
#1C140F (or 0x1C140F) is known color: Bokara Grey. HEX triplet: 1C, 14 and 0F. RGB value is (28,20,15). Sum of RGB (Red+Green+Blue) = 28+20+15=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 15 (6.25% from 255 or 23.81% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C140F is #E3EBF0. Grayscale: #151515. Windows color (decimal): -14937073 or 988188. OLE color: 988188.
HSL color Cylindrical-coordinate representation of color #1C140F: hue angle of 23.08º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C140F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 15 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.89 |
| HSL | 23.08º | 0.3% | 0.08% | - |
| HSV(B) | 23.08º | 0.46% | 0.11% | - |
| XYZ | 0.82 | 0.78 | 0.56 | - |
| YUV | 21.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 15 | 0 | 0.29 | 0.46 | 0.89 | 23.08 | 0.3 | 0.08 |
| Hex | 1C | 14 | F | 0 | 1D | 2E | 59 | 17 | 1E | 8 |
| Octal | 34 | 24 | 17 | 0 | 35 | 56 | 131 | 27 | 36 | 10 |
| Binary | 11100 | 10100 | 1111 | 0 | 11101 | 101110 | 1011001 | 10111 | 11110 | 1000 |
Color Harmonies of #1C140F
Complementary color
Monochromatic Colors of #1C140F
Black with #1C140F
Text Example
Text Example
White with #1C140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C140F; }
p { color: rgb(28,20,15); }
H1.HeaderClassName
{
color: #1C140F;
}
.AnyTagClassName
{
color: #1C140F;
}
</style>
background-color css
<style>
a { background-color: #1C140F; }
a { background-color: rgb(28,20,15); }
div.DivClassName
{
background-color: #1C140F;
}
.BgClassName
{
background-color: #1C140F;
}
</style>
border-color css
<style>
span { border-color: #1C140F; }
span { border-color: rgb(28,20,15); }
td.TdClassName
{
border-color: #1C140F;
}
.TagClassName
{
border-color: #1C140F;
}
</style>