Shades of Bokara Grey #1F1B19
Tints of Bokara Grey #1F1B19
RGB
CMYK
RGB Variations
Color information
#1F1B19 (or 0x1F1B19) is known color: Bokara Grey. HEX triplet: 1F, 1B and 19. RGB value is (31,27,25). Sum of RGB (Red+Green+Blue) = 31+27+25=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1B19 is #E0E4E6. Grayscale: #1B1B1B. Windows color (decimal): -14738663 or 1645343. OLE color: 1645343.
HSL color Cylindrical-coordinate representation of color #1F1B19: hue angle of 20º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1F1B19 is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 27 | 25 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.88 |
| HSL | 20º | 0.11% | 0.11% | - |
| HSV(B) | 20º | 0.19% | 0.12% | - |
| XYZ | 1.13 | 1.15 | 1.08 | - |
| YUV | 27.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 27 | 25 | 0 | 0.13 | 0.19 | 0.88 | 20 | 0.11 | 0.11 |
| Hex | 1F | 1B | 19 | 0 | D | 13 | 58 | 14 | B | B |
| Octal | 37 | 33 | 31 | 0 | 15 | 23 | 130 | 24 | 13 | 13 |
| Binary | 11111 | 11011 | 11001 | 0 | 1101 | 10011 | 1011000 | 10100 | 1011 | 1011 |
Color Harmonies of #1F1B19
Complementary color
Monochromatic Colors of #1F1B19
Black with #1F1B19
Text Example
Text Example
White with #1F1B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1B19; }
p { color: rgb(31,27,25); }
H1.HeaderClassName
{
color: #1F1B19;
}
.AnyTagClassName
{
color: #1F1B19;
}
</style>
background-color css
<style>
a { background-color: #1F1B19; }
a { background-color: rgb(31,27,25); }
div.DivClassName
{
background-color: #1F1B19;
}
.BgClassName
{
background-color: #1F1B19;
}
</style>
border-color css
<style>
span { border-color: #1F1B19; }
span { border-color: rgb(31,27,25); }
td.TdClassName
{
border-color: #1F1B19;
}
.TagClassName
{
border-color: #1F1B19;
}
</style>