Shades of Bokara Grey #151413
Tints of Bokara Grey #151413
RGB
CMYK
RGB Variations
Color information
#151413 (or 0x151413) is known color: Bokara Grey. HEX triplet: 15, 14 and 13. RGB value is (21,20,19). Sum of RGB (Red+Green+Blue) = 21+20+19=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 21 - color contains mainly: red. Hex color #151413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151413 is #EAEBEC. Grayscale: #141414. Windows color (decimal): -15395821 or 1250325. OLE color: 1250325.
HSL color Cylindrical-coordinate representation of color #151413: hue angle of 30º degrees, saturation: 0.05, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #151413 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 20 | 19 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.92 |
| HSL | 30º | 0.05% | 0.08% | - |
| HSV(B) | 30º | 0.1% | 0.08% | - |
| XYZ | 0.68 | 0.71 | 0.72 | - |
| YUV | 20.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 19 | 0 | 0.05 | 0.10 | 0.92 | 30 | 0.05 | 0.08 |
| Hex | 15 | 14 | 13 | 0 | 5 | A | 5C | 1E | 5 | 8 |
| Octal | 25 | 24 | 23 | 0 | 5 | 12 | 134 | 36 | 5 | 10 |
| Binary | 10101 | 10100 | 10011 | 0 | 101 | 1010 | 1011100 | 11110 | 101 | 1000 |
Color Harmonies of #151413
Complementary color
Monochromatic Colors of #151413
Black with #151413
Text Example
Text Example
White with #151413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151413; }
p { color: rgb(21,20,19); }
H1.HeaderClassName
{
color: #151413;
}
.AnyTagClassName
{
color: #151413;
}
</style>
background-color css
<style>
a { background-color: #151413; }
a { background-color: rgb(21,20,19); }
div.DivClassName
{
background-color: #151413;
}
.BgClassName
{
background-color: #151413;
}
</style>
border-color css
<style>
span { border-color: #151413; }
span { border-color: rgb(21,20,19); }
td.TdClassName
{
border-color: #151413;
}
.TagClassName
{
border-color: #151413;
}
</style>