Shades of Bokara Grey #1D1B18
Tints of Bokara Grey #1D1B18
RGB
CMYK
RGB Variations
Color information
#1D1B18 (or 0x1D1B18) is known color: Bokara Grey. HEX triplet: 1D, 1B and 18. RGB value is (29,27,24). Sum of RGB (Red+Green+Blue) = 29+27+24=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1B18 is #E2E4E7. Grayscale: #1B1B1B. Windows color (decimal): -14869736 or 1579805. OLE color: 1579805.
HSL color Cylindrical-coordinate representation of color #1D1B18: hue angle of 36º degrees, saturation: 0.09, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1D1B18 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.89.
Color convert
RGB | 29 | 27 | 24 | - |
CMYK | 0 | 0.07 | 0.17 | 0.89 |
HSL | 36º | 0.09% | 0.1% | - |
HSV(B) | 36º | 0.17% | 0.11% | - |
XYZ | 1.06 | 1.11 | 1.02 | - |
YUV | 27.26 | 126.16 | 129.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 27 | 24 | 0 | 0.07 | 0.17 | 0.89 | 36 | 0.09 | 0.1 |
Hex | 1D | 1B | 18 | 0 | 7 | 11 | 59 | 24 | 9 | A |
Octal | 35 | 33 | 30 | 0 | 7 | 21 | 131 | 44 | 11 | 12 |
Binary | 11101 | 11011 | 11000 | 0 | 111 | 10001 | 1011001 | 100100 | 1001 | 1010 |
Color Harmonies of #1D1B18
Complementary color
Monochromatic Colors of #1D1B18
Black with #1D1B18
Text Example
Text Example
White with #1D1B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1B18; }
p { color: rgb(29,27,24); }
H1.HeaderClassName
{
color: #1D1B18;
}
.AnyTagClassName
{
color: #1D1B18;
}
</style>
background-color css
<style>
a { background-color: #1D1B18; }
a { background-color: rgb(29,27,24); }
div.DivClassName
{
background-color: #1D1B18;
}
.BgClassName
{
background-color: #1D1B18;
}
</style>
border-color css
<style>
span { border-color: #1D1B18; }
span { border-color: rgb(29,27,24); }
td.TdClassName
{
border-color: #1D1B18;
}
.TagClassName
{
border-color: #1D1B18;
}
</style>