Shades of Black Bean #0F1A13
Tints of Black Bean #0F1A13
RGB
CMYK
RGB Variations
Color information
#0F1A13 (or 0x0F1A13) is known color: Black Bean. HEX triplet: 0F, 1A and 13. RGB value is (15,26,19). Sum of RGB (Red+Green+Blue) = 15+26+19=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 26 (10.55% from 255 or 43.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A13 is #F0E5EC. Grayscale: #151515. Windows color (decimal): -15787501 or 1251855. OLE color: 1251855.
HSL color Cylindrical-coordinate representation of color #0F1A13: hue angle of 141.82º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F1A13 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 26 | 19 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.90 |
| HSL | 141.82º | 0.27% | 0.08% | - |
| HSV(B) | 141.82º | 0.42% | 0.1% | - |
| XYZ | 0.68 | 0.89 | 0.75 | - |
| YUV | 21.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 19 | 0.42 | 0 | 0.27 | 0.90 | 141.82 | 0.27 | 0.08 |
| Hex | F | 1A | 13 | 2A | 0 | 1B | 5A | 8E | 1B | 8 |
| Octal | 17 | 32 | 23 | 52 | 0 | 33 | 132 | 216 | 33 | 10 |
| Binary | 1111 | 11010 | 10011 | 101010 | 0 | 11011 | 1011010 | 10001110 | 11011 | 1000 |
Color Harmonies of #0F1A13
Complementary color
Monochromatic Colors of #0F1A13
Black with #0F1A13
Text Example
Text Example
White with #0F1A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A13; }
p { color: rgb(15,26,19); }
H1.HeaderClassName
{
color: #0F1A13;
}
.AnyTagClassName
{
color: #0F1A13;
}
</style>
background-color css
<style>
a { background-color: #0F1A13; }
a { background-color: rgb(15,26,19); }
div.DivClassName
{
background-color: #0F1A13;
}
.BgClassName
{
background-color: #0F1A13;
}
</style>
border-color css
<style>
span { border-color: #0F1A13; }
span { border-color: rgb(15,26,19); }
td.TdClassName
{
border-color: #0F1A13;
}
.TagClassName
{
border-color: #0F1A13;
}
</style>