Shades of Black Bean #0C180F
Tints of Black Bean #0C180F
RGB
CMYK
RGB Variations
Color information
#0C180F (or 0x0C180F) is known color: Black Bean. HEX triplet: 0C, 18 and 0F. RGB value is (12,24,15). Sum of RGB (Red+Green+Blue) = 12+24+15=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 24 (9.77% from 255 or 47.06% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 24 - color contains mainly: green. Hex color #0C180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C180F is #F3E7F0. Grayscale: #131313. Windows color (decimal): -15984625 or 989196. OLE color: 989196.
HSL color Cylindrical-coordinate representation of color #0C180F: hue angle of 135º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0C180F is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 24 | 15 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.91 |
| HSL | 135º | 0.33% | 0.07% | - |
| HSV(B) | 135º | 0.5% | 0.09% | - |
| XYZ | 0.56 | 0.77 | 0.57 | - |
| YUV | 19.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 24 | 15 | 0.50 | 0 | 0.37 | 0.91 | 135 | 0.33 | 0.07 |
| Hex | C | 18 | F | 32 | 0 | 25 | 5B | 87 | 21 | 7 |
| Octal | 14 | 30 | 17 | 62 | 0 | 45 | 133 | 207 | 41 | 7 |
| Binary | 1100 | 11000 | 1111 | 110010 | 0 | 100101 | 1011011 | 10000111 | 100001 | 111 |
Color Harmonies of #0C180F
Complementary color
Monochromatic Colors of #0C180F
Black with #0C180F
Text Example
Text Example
White with #0C180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C180F; }
p { color: rgb(12,24,15); }
H1.HeaderClassName
{
color: #0C180F;
}
.AnyTagClassName
{
color: #0C180F;
}
</style>
background-color css
<style>
a { background-color: #0C180F; }
a { background-color: rgb(12,24,15); }
div.DivClassName
{
background-color: #0C180F;
}
.BgClassName
{
background-color: #0C180F;
}
</style>
border-color css
<style>
span { border-color: #0C180F; }
span { border-color: rgb(12,24,15); }
td.TdClassName
{
border-color: #0C180F;
}
.TagClassName
{
border-color: #0C180F;
}
</style>