Shades of Black Bean #0C230F
Tints of Black Bean #0C230F
RGB
CMYK
RGB Variations
Color information
#0C230F (or 0x0C230F) is known color: Black Bean. HEX triplet: 0C, 23 and 0F. RGB value is (12,35,15). Sum of RGB (Red+Green+Blue) = 12+35+15=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 35 (14.06% from 255 or 56.45% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 35 - color contains mainly: green. Hex color #0C230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C230F is #F3DCF0. Grayscale: #191919. Windows color (decimal): -15981809 or 992012. OLE color: 992012.
HSL color Cylindrical-coordinate representation of color #0C230F: hue angle of 127.83º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C230F is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 15 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.86 |
| HSL | 127.83º | 0.49% | 0.09% | - |
| HSV(B) | 127.83º | 0.66% | 0.14% | - |
| XYZ | 0.84 | 1.31 | 0.66 | - |
| YUV | 25.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 15 | 0.66 | 0 | 0.57 | 0.86 | 127.83 | 0.49 | 0.09 |
| Hex | C | 23 | F | 42 | 0 | 39 | 56 | 80 | 31 | 9 |
| Octal | 14 | 43 | 17 | 102 | 0 | 71 | 126 | 200 | 61 | 11 |
| Binary | 1100 | 100011 | 1111 | 1000010 | 0 | 111001 | 1010110 | 10000000 | 110001 | 1001 |
Color Harmonies of #0C230F
Complementary color
Monochromatic Colors of #0C230F
Black with #0C230F
Text Example
Text Example
White with #0C230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C230F; }
p { color: rgb(12,35,15); }
H1.HeaderClassName
{
color: #0C230F;
}
.AnyTagClassName
{
color: #0C230F;
}
</style>
background-color css
<style>
a { background-color: #0C230F; }
a { background-color: rgb(12,35,15); }
div.DivClassName
{
background-color: #0C230F;
}
.BgClassName
{
background-color: #0C230F;
}
</style>
border-color css
<style>
span { border-color: #0C230F; }
span { border-color: rgb(12,35,15); }
td.TdClassName
{
border-color: #0C230F;
}
.TagClassName
{
border-color: #0C230F;
}
</style>