Shades of Black Forest #15230F
Tints of Black Forest #15230F
RGB
CMYK
RGB Variations
Color information
#15230F (or 0x15230F) is known color: Black Forest. HEX triplet: 15, 23 and 0F. RGB value is (21,35,15). Sum of RGB (Red+Green+Blue) = 21+35+15=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #15230F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15230F is #EADCF0. Grayscale: #1C1C1C. Windows color (decimal): -15391985 or 992021. OLE color: 992021.
HSL color Cylindrical-coordinate representation of color #15230F: hue angle of 102º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #15230F is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 35 | 15 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.86 |
| HSL | 102º | 0.4% | 0.1% | - |
| HSV(B) | 102º | 0.57% | 0.14% | - |
| XYZ | 1 | 1.4 | 0.67 | - |
| YUV | 28.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 15 | 0.40 | 0 | 0.57 | 0.86 | 102 | 0.4 | 0.1 |
| Hex | 15 | 23 | F | 28 | 0 | 39 | 56 | 66 | 28 | A |
| Octal | 25 | 43 | 17 | 50 | 0 | 71 | 126 | 146 | 50 | 12 |
| Binary | 10101 | 100011 | 1111 | 101000 | 0 | 111001 | 1010110 | 1100110 | 101000 | 1010 |
Color Harmonies of #15230F
Complementary color
Monochromatic Colors of #15230F
Black with #15230F
Text Example
Text Example
White with #15230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15230F; }
p { color: rgb(21,35,15); }
H1.HeaderClassName
{
color: #15230F;
}
.AnyTagClassName
{
color: #15230F;
}
</style>
background-color css
<style>
a { background-color: #15230F; }
a { background-color: rgb(21,35,15); }
div.DivClassName
{
background-color: #15230F;
}
.BgClassName
{
background-color: #15230F;
}
</style>
border-color css
<style>
span { border-color: #15230F; }
span { border-color: rgb(21,35,15); }
td.TdClassName
{
border-color: #15230F;
}
.TagClassName
{
border-color: #15230F;
}
</style>