Shades of Black Bean #0C270F
Tints of Black Bean #0C270F
RGB
CMYK
RGB Variations
Color information
#0C270F (or 0x0C270F) is known color: Black Bean. HEX triplet: 0C, 27 and 0F. RGB value is (12,39,15). Sum of RGB (Red+Green+Blue) = 12+39+15=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #0C270F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C270F is #F3D8F0. Grayscale: #1C1C1C. Windows color (decimal): -15980785 or 993036. OLE color: 993036.
HSL color Cylindrical-coordinate representation of color #0C270F: hue angle of 126.67º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C270F is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 39 | 15 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.85 |
| HSL | 126.67º | 0.53% | 0.1% | - |
| HSV(B) | 126.67º | 0.69% | 0.15% | - |
| XYZ | 0.96 | 1.56 | 0.7 | - |
| YUV | 28.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 15 | 0.69 | 0 | 0.62 | 0.85 | 126.67 | 0.53 | 0.1 |
| Hex | C | 27 | F | 45 | 0 | 3E | 55 | 7F | 35 | A |
| Octal | 14 | 47 | 17 | 105 | 0 | 76 | 125 | 177 | 65 | 12 |
| Binary | 1100 | 100111 | 1111 | 1000101 | 0 | 111110 | 1010101 | 1111111 | 110101 | 1010 |
Color Harmonies of #0C270F
Complementary color
Monochromatic Colors of #0C270F
Black with #0C270F
Text Example
Text Example
White with #0C270F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C270F; }
p { color: rgb(12,39,15); }
H1.HeaderClassName
{
color: #0C270F;
}
.AnyTagClassName
{
color: #0C270F;
}
</style>
background-color css
<style>
a { background-color: #0C270F; }
a { background-color: rgb(12,39,15); }
div.DivClassName
{
background-color: #0C270F;
}
.BgClassName
{
background-color: #0C270F;
}
</style>
border-color css
<style>
span { border-color: #0C270F; }
span { border-color: rgb(12,39,15); }
td.TdClassName
{
border-color: #0C270F;
}
.TagClassName
{
border-color: #0C270F;
}
</style>