Shades of Bokara Grey #1A1713
Tints of Bokara Grey #1A1713
RGB
CMYK
RGB Variations
Color information
#1A1713 (or 0x1A1713) is known color: Bokara Grey. HEX triplet: 1A, 17 and 13. RGB value is (26,23,19). Sum of RGB (Red+Green+Blue) = 26+23+19=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1713 is #E5E8EC. Grayscale: #171717. Windows color (decimal): -15067373 or 1251098. OLE color: 1251098.
HSL color Cylindrical-coordinate representation of color #1A1713: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1A1713 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 23 | 19 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.90 |
| HSL | 34.29º | 0.16% | 0.09% | - |
| HSV(B) | 34.29º | 0.27% | 0.1% | - |
| XYZ | 0.85 | 0.88 | 0.74 | - |
| YUV | 23.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 23 | 19 | 0 | 0.12 | 0.27 | 0.90 | 34.29 | 0.16 | 0.09 |
| Hex | 1A | 17 | 13 | 0 | C | 1B | 5A | 22 | 10 | 9 |
| Octal | 32 | 27 | 23 | 0 | 14 | 33 | 132 | 42 | 20 | 11 |
| Binary | 11010 | 10111 | 10011 | 0 | 1100 | 11011 | 1011010 | 100010 | 10000 | 1001 |
Color Harmonies of #1A1713
Complementary color
Monochromatic Colors of #1A1713
Black with #1A1713
Text Example
Text Example
White with #1A1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1713; }
p { color: rgb(26,23,19); }
H1.HeaderClassName
{
color: #1A1713;
}
.AnyTagClassName
{
color: #1A1713;
}
</style>
background-color css
<style>
a { background-color: #1A1713; }
a { background-color: rgb(26,23,19); }
div.DivClassName
{
background-color: #1A1713;
}
.BgClassName
{
background-color: #1A1713;
}
</style>
border-color css
<style>
span { border-color: #1A1713; }
span { border-color: rgb(26,23,19); }
td.TdClassName
{
border-color: #1A1713;
}
.TagClassName
{
border-color: #1A1713;
}
</style>