Shades of Black Bean #0D260F
Tints of Black Bean #0D260F
RGB
CMYK
RGB Variations
Color information
#0D260F (or 0x0D260F) is known color: Black Bean. HEX triplet: 0D, 26 and 0F. RGB value is (13,38,15). Sum of RGB (Red+Green+Blue) = 13+38+15=66 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.70% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #0D260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D260F is #F2D9F0. Grayscale: #1B1B1B. Windows color (decimal): -15915505 or 992781. OLE color: 992781.
HSL color Cylindrical-coordinate representation of color #0D260F: hue angle of 124.8º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D260F is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 38 | 15 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.85 |
| HSL | 124.8º | 0.49% | 0.1% | - |
| HSV(B) | 124.8º | 0.66% | 0.15% | - |
| XYZ | 0.95 | 1.51 | 0.69 | - |
| YUV | 27.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 15 | 0.66 | 0 | 0.61 | 0.85 | 124.8 | 0.49 | 0.1 |
| Hex | D | 26 | F | 42 | 0 | 3D | 55 | 7D | 31 | A |
| Octal | 15 | 46 | 17 | 102 | 0 | 75 | 125 | 175 | 61 | 12 |
| Binary | 1101 | 100110 | 1111 | 1000010 | 0 | 111101 | 1010101 | 1111101 | 110001 | 1010 |
Color Harmonies of #0D260F
Complementary color
Monochromatic Colors of #0D260F
Black with #0D260F
Text Example
Text Example
White with #0D260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D260F; }
p { color: rgb(13,38,15); }
H1.HeaderClassName
{
color: #0D260F;
}
.AnyTagClassName
{
color: #0D260F;
}
</style>
background-color css
<style>
a { background-color: #0D260F; }
a { background-color: rgb(13,38,15); }
div.DivClassName
{
background-color: #0D260F;
}
.BgClassName
{
background-color: #0D260F;
}
</style>
border-color css
<style>
span { border-color: #0D260F; }
span { border-color: rgb(13,38,15); }
td.TdClassName
{
border-color: #0D260F;
}
.TagClassName
{
border-color: #0D260F;
}
</style>