Shades of Bokara Grey #1C150F
Tints of Bokara Grey #1C150F
RGB
CMYK
RGB Variations
Color information
#1C150F (or 0x1C150F) is known color: Bokara Grey. HEX triplet: 1C, 15 and 0F. RGB value is (28,21,15). Sum of RGB (Red+Green+Blue) = 28+21+15=64 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.75% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 28 - color contains mainly: red. Hex color #1C150F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C150F is #E3EAF0. Grayscale: #161616. Windows color (decimal): -14936817 or 988444. OLE color: 988444.
HSL color Cylindrical-coordinate representation of color #1C150F: hue angle of 27.69º 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 #1C150F is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 21 | 15 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.89 |
| HSL | 27.69º | 0.3% | 0.08% | - |
| HSV(B) | 27.69º | 0.46% | 0.11% | - |
| XYZ | 0.83 | 0.82 | 0.57 | - |
| YUV | 22.41 | 123.82 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 15 | 0 | 0.25 | 0.46 | 0.89 | 27.69 | 0.3 | 0.08 |
| Hex | 1C | 15 | F | 0 | 19 | 2E | 59 | 1C | 1E | 8 |
| Octal | 34 | 25 | 17 | 0 | 31 | 56 | 131 | 34 | 36 | 10 |
| Binary | 11100 | 10101 | 1111 | 0 | 11001 | 101110 | 1011001 | 11100 | 11110 | 1000 |
Color Harmonies of #1C150F
Complementary color
Monochromatic Colors of #1C150F
Black with #1C150F
Text Example
Text Example
White with #1C150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C150F; }
p { color: rgb(28,21,15); }
H1.HeaderClassName
{
color: #1C150F;
}
.AnyTagClassName
{
color: #1C150F;
}
</style>
background-color css
<style>
a { background-color: #1C150F; }
a { background-color: rgb(28,21,15); }
div.DivClassName
{
background-color: #1C150F;
}
.BgClassName
{
background-color: #1C150F;
}
</style>
border-color css
<style>
span { border-color: #1C150F; }
span { border-color: rgb(28,21,15); }
td.TdClassName
{
border-color: #1C150F;
}
.TagClassName
{
border-color: #1C150F;
}
</style>