Shades of Bokara Grey #1B1004
Tints of Bokara Grey #1B1004
RGB
CMYK
RGB Variations
Color information
#1B1004 (or 0x1B1004) is known color: Bokara Grey. HEX triplet: 1B, 10 and 04. RGB value is (27,16,4). Sum of RGB (Red+Green+Blue) = 27+16+4=47 (6% of max value = 765). Red value is 27 (10.94% from 255 or 57.45% from 47); Green value is 16 (6.64% from 255 or 34.04% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1004 is #E4EFFB. Grayscale: #111111. Windows color (decimal): -15003644 or 266267. OLE color: 266267.
HSL color Cylindrical-coordinate representation of color #1B1004: hue angle of 31.3º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1004 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 16 | 4 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.89 |
| HSL | 31.3º | 0.74% | 0.06% | - |
| HSV(B) | 31.3º | 0.85% | 0.11% | - |
| XYZ | 0.66 | 0.61 | 0.2 | - |
| YUV | 17.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 4 | 0 | 0.41 | 0.85 | 0.89 | 31.3 | 0.74 | 0.06 |
| Hex | 1B | 10 | 4 | 0 | 29 | 55 | 59 | 1F | 4A | 6 |
| Octal | 33 | 20 | 4 | 0 | 51 | 125 | 131 | 37 | 112 | 6 |
| Binary | 11011 | 10000 | 100 | 0 | 101001 | 1010101 | 1011001 | 11111 | 1001010 | 110 |
Color Harmonies of #1B1004
Complementary color
Monochromatic Colors of #1B1004
Black with #1B1004
Text Example
Text Example
White with #1B1004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1004; }
p { color: rgb(27,16,4); }
H1.HeaderClassName
{
color: #1B1004;
}
.AnyTagClassName
{
color: #1B1004;
}
</style>
background-color css
<style>
a { background-color: #1B1004; }
a { background-color: rgb(27,16,4); }
div.DivClassName
{
background-color: #1B1004;
}
.BgClassName
{
background-color: #1B1004;
}
</style>
border-color css
<style>
span { border-color: #1B1004; }
span { border-color: rgb(27,16,4); }
td.TdClassName
{
border-color: #1B1004;
}
.TagClassName
{
border-color: #1B1004;
}
</style>