Shades of Black Forest #232C1C
Tints of Black Forest #232C1C
RGB
CMYK
RGB Variations
Color information
#232C1C (or 0x232C1C) is known color: Black Forest. HEX triplet: 23, 2C and 1C. RGB value is (35,44,28). Sum of RGB (Red+Green+Blue) = 35+44+28=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 44 (17.58% from 255 or 41.12% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 44 - color contains mainly: green. Hex color #232C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C1C is #DCD3E3. Grayscale: #272727. Windows color (decimal): -14472164 or 1846307. OLE color: 1846307.
HSL color Cylindrical-coordinate representation of color #232C1C: hue angle of 93.75º degrees, saturation: 0.22, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #232C1C is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 44 | 28 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.83 |
| HSL | 93.75º | 0.22% | 0.14% | - |
| HSV(B) | 93.75º | 0.36% | 0.17% | - |
| XYZ | 1.8 | 2.24 | 1.44 | - |
| YUV | 39.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 44 | 28 | 0.20 | 0 | 0.36 | 0.83 | 93.75 | 0.22 | 0.14 |
| Hex | 23 | 2C | 1C | 14 | 0 | 24 | 53 | 5E | 16 | E |
| Octal | 43 | 54 | 34 | 24 | 0 | 44 | 123 | 136 | 26 | 16 |
| Binary | 100011 | 101100 | 11100 | 10100 | 0 | 100100 | 1010011 | 1011110 | 10110 | 1110 |
Color Harmonies of #232C1C
Complementary color
Monochromatic Colors of #232C1C
Black with #232C1C
Text Example
Text Example
White with #232C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232C1C; }
p { color: rgb(35,44,28); }
H1.HeaderClassName
{
color: #232C1C;
}
.AnyTagClassName
{
color: #232C1C;
}
</style>
background-color css
<style>
a { background-color: #232C1C; }
a { background-color: rgb(35,44,28); }
div.DivClassName
{
background-color: #232C1C;
}
.BgClassName
{
background-color: #232C1C;
}
</style>
border-color css
<style>
span { border-color: #232C1C; }
span { border-color: rgb(35,44,28); }
td.TdClassName
{
border-color: #232C1C;
}
.TagClassName
{
border-color: #232C1C;
}
</style>