Shades of Bokara Grey #150D03
Tints of Bokara Grey #150D03
RGB
CMYK
RGB Variations
Color information
#150D03 (or 0x150D03) is known color: Bokara Grey. HEX triplet: 15, 0D and 03. RGB value is (21,13,3). Sum of RGB (Red+Green+Blue) = 21+13+3=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 13 (5.47% from 255 or 35.14% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #150D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150D03 is #EAF2FC. Grayscale: #0E0E0E. Windows color (decimal): -15397629 or 199957. OLE color: 199957.
HSL color Cylindrical-coordinate representation of color #150D03: hue angle of 33.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150D03 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 13 | 3 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.92 |
| HSL | 33.33º | 0.75% | 0.05% | - |
| HSV(B) | 33.33º | 0.86% | 0.08% | - |
| XYZ | 0.47 | 0.45 | 0.15 | - |
| YUV | 14.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 13 | 3 | 0 | 0.38 | 0.86 | 0.92 | 33.33 | 0.75 | 0.05 |
| Hex | 15 | D | 3 | 0 | 26 | 56 | 5C | 21 | 4B | 5 |
| Octal | 25 | 15 | 3 | 0 | 46 | 126 | 134 | 41 | 113 | 5 |
| Binary | 10101 | 1101 | 11 | 0 | 100110 | 1010110 | 1011100 | 100001 | 1001011 | 101 |
Color Harmonies of #150D03
Complementary color
Monochromatic Colors of #150D03
Black with #150D03
Text Example
Text Example
White with #150D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150D03; }
p { color: rgb(21,13,3); }
H1.HeaderClassName
{
color: #150D03;
}
.AnyTagClassName
{
color: #150D03;
}
</style>
background-color css
<style>
a { background-color: #150D03; }
a { background-color: rgb(21,13,3); }
div.DivClassName
{
background-color: #150D03;
}
.BgClassName
{
background-color: #150D03;
}
</style>
border-color css
<style>
span { border-color: #150D03; }
span { border-color: rgb(21,13,3); }
td.TdClassName
{
border-color: #150D03;
}
.TagClassName
{
border-color: #150D03;
}
</style>