Shades of Black Bean #080C08
Tints of Black Bean #080C08
RGB
CMYK
RGB Variations
Color information
#080C08 (or 0x080C08) is known color: Black Bean. HEX triplet: 08, 0C and 08. RGB value is (8,12,8). Sum of RGB (Red+Green+Blue) = 8+12+8=28 (3% of max value = 765). Red value is 8 (3.52% from 255 or 28.57% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 12 - color contains mainly: green. Hex color #080C08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C08 is #F7F3F7. Grayscale: #0A0A0A. Windows color (decimal): -16249848 or 527368. OLE color: 527368.
HSL color Cylindrical-coordinate representation of color #080C08: hue angle of 120º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #080C08 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.95.
Color convert
RGB | 8 | 12 | 8 | - |
CMYK | 0.33 | 0 | 0.33 | 0.95 |
HSL | 120º | 0.2% | 0.04% | - |
HSV(B) | 120º | 0.33% | 0.05% | - |
XYZ | 0.28 | 0.33 | 0.28 | - |
YUV | 10.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 12 | 8 | 0.33 | 0 | 0.33 | 0.95 | 120 | 0.2 | 0.04 |
Hex | 8 | C | 8 | 21 | 0 | 21 | 5F | 78 | 14 | 4 |
Octal | 10 | 14 | 10 | 41 | 0 | 41 | 137 | 170 | 24 | 4 |
Binary | 1000 | 1100 | 1000 | 100001 | 0 | 100001 | 1011111 | 1111000 | 10100 | 100 |
Color Harmonies of #080C08
Complementary color
Monochromatic Colors of #080C08
Black with #080C08
Text Example
Text Example
White with #080C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080C08; }
p { color: rgb(8,12,8); }
H1.HeaderClassName
{
color: #080C08;
}
.AnyTagClassName
{
color: #080C08;
}
</style>
background-color css
<style>
a { background-color: #080C08; }
a { background-color: rgb(8,12,8); }
div.DivClassName
{
background-color: #080C08;
}
.BgClassName
{
background-color: #080C08;
}
</style>
border-color css
<style>
span { border-color: #080C08; }
span { border-color: rgb(8,12,8); }
td.TdClassName
{
border-color: #080C08;
}
.TagClassName
{
border-color: #080C08;
}
</style>