Shades of Black Bean #0F150F
Tints of Black Bean #0F150F
RGB
CMYK
RGB Variations
Color information
#0F150F (or 0x0F150F) is known color: Black Bean. HEX triplet: 0F, 15 and 0F. RGB value is (15,21,15). Sum of RGB (Red+Green+Blue) = 15+21+15=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 21 - color contains mainly: green. Hex color #0F150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F150F is #F0EAF0. Grayscale: #121212. Windows color (decimal): -15788785 or 988431. OLE color: 988431.
HSL color Cylindrical-coordinate representation of color #0F150F: hue angle of 120º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0F150F is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
RGB | 15 | 21 | 15 | - |
CMYK | 0.29 | 0 | 0.29 | 0.92 |
HSL | 120º | 0.17% | 0.07% | - |
HSV(B) | 120º | 0.29% | 0.08% | - |
XYZ | 0.55 | 0.67 | 0.55 | - |
YUV | 18.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 21 | 15 | 0.29 | 0 | 0.29 | 0.92 | 120 | 0.17 | 0.07 |
Hex | F | 15 | F | 1D | 0 | 1D | 5C | 78 | 11 | 7 |
Octal | 17 | 25 | 17 | 35 | 0 | 35 | 134 | 170 | 21 | 7 |
Binary | 1111 | 10101 | 1111 | 11101 | 0 | 11101 | 1011100 | 1111000 | 10001 | 111 |
Color Harmonies of #0F150F
Complementary color
Monochromatic Colors of #0F150F
Black with #0F150F
Text Example
Text Example
White with #0F150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F150F; }
p { color: rgb(15,21,15); }
H1.HeaderClassName
{
color: #0F150F;
}
.AnyTagClassName
{
color: #0F150F;
}
</style>
background-color css
<style>
a { background-color: #0F150F; }
a { background-color: rgb(15,21,15); }
div.DivClassName
{
background-color: #0F150F;
}
.BgClassName
{
background-color: #0F150F;
}
</style>
border-color css
<style>
span { border-color: #0F150F; }
span { border-color: rgb(15,21,15); }
td.TdClassName
{
border-color: #0F150F;
}
.TagClassName
{
border-color: #0F150F;
}
</style>