Shades of Black Forest #232F1A
Tints of Black Forest #232F1A
RGB
CMYK
RGB Variations
Color information
#232F1A (or 0x232F1A) is known color: Black Forest. HEX triplet: 23, 2F and 1A. RGB value is (35,47,26). Sum of RGB (Red+Green+Blue) = 35+47+26=108 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.41% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #232F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232F1A is #DCD0E5. Grayscale: #292929. Windows color (decimal): -14471398 or 1716003. OLE color: 1716003.
HSL color Cylindrical-coordinate representation of color #232F1A: hue angle of 94.29º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #232F1A is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 47 | 26 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.82 |
| HSL | 94.29º | 0.29% | 0.14% | - |
| HSV(B) | 94.29º | 0.45% | 0.18% | - |
| XYZ | 1.9 | 2.46 | 1.35 | - |
| YUV | 41.02 | 119.52 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 47 | 26 | 0.26 | 0 | 0.45 | 0.82 | 94.29 | 0.29 | 0.14 |
| Hex | 23 | 2F | 1A | 1A | 0 | 2D | 52 | 5E | 1D | E |
| Octal | 43 | 57 | 32 | 32 | 0 | 55 | 122 | 136 | 35 | 16 |
| Binary | 100011 | 101111 | 11010 | 11010 | 0 | 101101 | 1010010 | 1011110 | 11101 | 1110 |
Color Harmonies of #232F1A
Complementary color
Monochromatic Colors of #232F1A
Black with #232F1A
Text Example
Text Example
White with #232F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232F1A; }
p { color: rgb(35,47,26); }
H1.HeaderClassName
{
color: #232F1A;
}
.AnyTagClassName
{
color: #232F1A;
}
</style>
background-color css
<style>
a { background-color: #232F1A; }
a { background-color: rgb(35,47,26); }
div.DivClassName
{
background-color: #232F1A;
}
.BgClassName
{
background-color: #232F1A;
}
</style>
border-color css
<style>
span { border-color: #232F1A; }
span { border-color: rgb(35,47,26); }
td.TdClassName
{
border-color: #232F1A;
}
.TagClassName
{
border-color: #232F1A;
}
</style>