Shades of Black Bean #0D250F
Tints of Black Bean #0D250F
RGB
CMYK
RGB Variations
Color information
#0D250F (or 0x0D250F) is known color: Black Bean. HEX triplet: 0D, 25 and 0F. RGB value is (13,37,15). Sum of RGB (Red+Green+Blue) = 13+37+15=65 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #0D250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D250F is #F2DAF0. Grayscale: #1B1B1B. Windows color (decimal): -15915761 or 992525. OLE color: 992525.
HSL color Cylindrical-coordinate representation of color #0D250F: hue angle of 125º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D250F is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 15 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.85 |
| HSL | 125º | 0.48% | 0.1% | - |
| HSV(B) | 125º | 0.65% | 0.15% | - |
| XYZ | 0.91 | 1.44 | 0.68 | - |
| YUV | 27.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 15 | 0.65 | 0 | 0.59 | 0.85 | 125 | 0.48 | 0.1 |
| Hex | D | 25 | F | 41 | 0 | 3B | 55 | 7D | 30 | A |
| Octal | 15 | 45 | 17 | 101 | 0 | 73 | 125 | 175 | 60 | 12 |
| Binary | 1101 | 100101 | 1111 | 1000001 | 0 | 111011 | 1010101 | 1111101 | 110000 | 1010 |
Color Harmonies of #0D250F
Complementary color
Monochromatic Colors of #0D250F
Black with #0D250F
Text Example
Text Example
White with #0D250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D250F; }
p { color: rgb(13,37,15); }
H1.HeaderClassName
{
color: #0D250F;
}
.AnyTagClassName
{
color: #0D250F;
}
</style>
background-color css
<style>
a { background-color: #0D250F; }
a { background-color: rgb(13,37,15); }
div.DivClassName
{
background-color: #0D250F;
}
.BgClassName
{
background-color: #0D250F;
}
</style>
border-color css
<style>
span { border-color: #0D250F; }
span { border-color: rgb(13,37,15); }
td.TdClassName
{
border-color: #0D250F;
}
.TagClassName
{
border-color: #0D250F;
}
</style>