Shades of Black Bean #06250B
Tints of Black Bean #06250B
RGB
CMYK
RGB Variations
Color information
#06250B (or 0x06250B) is known color: Black Bean. HEX triplet: 06, 25 and 0B. RGB value is (6,37,11). Sum of RGB (Red+Green+Blue) = 6+37+11=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 37 (14.84% from 255 or 68.52% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 37 - color contains mainly: green. Hex color #06250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06250B is #F9DAF4. Grayscale: #181818. Windows color (decimal): -16374517 or 730374. OLE color: 730374.
HSL color Cylindrical-coordinate representation of color #06250B: hue angle of 129.68º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06250B is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 37 | 11 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.85 |
| HSL | 129.68º | 0.72% | 0.08% | - |
| HSV(B) | 129.68º | 0.84% | 0.15% | - |
| XYZ | 0.8 | 1.39 | 0.54 | - |
| YUV | 24.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 11 | 0.84 | 0 | 0.70 | 0.85 | 129.68 | 0.72 | 0.08 |
| Hex | 6 | 25 | B | 54 | 0 | 46 | 55 | 82 | 48 | 8 |
| Octal | 6 | 45 | 13 | 124 | 0 | 106 | 125 | 202 | 110 | 10 |
| Binary | 110 | 100101 | 1011 | 1010100 | 0 | 1000110 | 1010101 | 10000010 | 1001000 | 1000 |
Color Harmonies of #06250B
Complementary color
Monochromatic Colors of #06250B
Black with #06250B
Text Example
Text Example
White with #06250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06250B; }
p { color: rgb(6,37,11); }
H1.HeaderClassName
{
color: #06250B;
}
.AnyTagClassName
{
color: #06250B;
}
</style>
background-color css
<style>
a { background-color: #06250B; }
a { background-color: rgb(6,37,11); }
div.DivClassName
{
background-color: #06250B;
}
.BgClassName
{
background-color: #06250B;
}
</style>
border-color css
<style>
span { border-color: #06250B; }
span { border-color: rgb(6,37,11); }
td.TdClassName
{
border-color: #06250B;
}
.TagClassName
{
border-color: #06250B;
}
</style>