Shades of Bokara Grey #1A1209
Tints of Bokara Grey #1A1209
RGB
CMYK
RGB Variations
Color information
#1A1209 (or 0x1A1209) is known color: Bokara Grey. HEX triplet: 1A, 12 and 09. RGB value is (26,18,9). Sum of RGB (Red+Green+Blue) = 26+18+9=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 9 (3.91% from 255 or 16.98% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1209 is #E5EDF6. Grayscale: #131313. Windows color (decimal): -15068663 or 594458. OLE color: 594458.
HSL color Cylindrical-coordinate representation of color #1A1209: hue angle of 31.76º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A1209 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 18 | 9 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.90 |
| HSL | 31.76º | 0.49% | 0.07% | - |
| HSV(B) | 31.76º | 0.65% | 0.1% | - |
| XYZ | 0.69 | 0.67 | 0.35 | - |
| YUV | 19.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 9 | 0 | 0.31 | 0.65 | 0.90 | 31.76 | 0.49 | 0.07 |
| Hex | 1A | 12 | 9 | 0 | 1F | 41 | 5A | 20 | 31 | 7 |
| Octal | 32 | 22 | 11 | 0 | 37 | 101 | 132 | 40 | 61 | 7 |
| Binary | 11010 | 10010 | 1001 | 0 | 11111 | 1000001 | 1011010 | 100000 | 110001 | 111 |
Color Harmonies of #1A1209
Complementary color
Monochromatic Colors of #1A1209
Black with #1A1209
Text Example
Text Example
White with #1A1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1209; }
p { color: rgb(26,18,9); }
H1.HeaderClassName
{
color: #1A1209;
}
.AnyTagClassName
{
color: #1A1209;
}
</style>
background-color css
<style>
a { background-color: #1A1209; }
a { background-color: rgb(26,18,9); }
div.DivClassName
{
background-color: #1A1209;
}
.BgClassName
{
background-color: #1A1209;
}
</style>
border-color css
<style>
span { border-color: #1A1209; }
span { border-color: rgb(26,18,9); }
td.TdClassName
{
border-color: #1A1209;
}
.TagClassName
{
border-color: #1A1209;
}
</style>