Shades of Burnham #233C34
Tints of Burnham #233C34
RGB
CMYK
RGB Variations
Color information
#233C34 (or 0x233C34) is known color: Burnham. HEX triplet: 23, 3C and 34. RGB value is (35,60,52). Sum of RGB (Red+Green+Blue) = 35+60+52=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 60 - color contains mainly: green. Hex color #233C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C34 is #DCC3CB. Grayscale: #333333. Windows color (decimal): -14468044 or 3423267. OLE color: 3423267.
HSL color Cylindrical-coordinate representation of color #233C34: hue angle of 160.8º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #233C34 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 52 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.76 |
| HSL | 160.8º | 0.26% | 0.19% | - |
| HSV(B) | 160.8º | 0.42% | 0.24% | - |
| XYZ | 2.93 | 3.84 | 3.84 | - |
| YUV | 51.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 52 | 0.42 | 0 | 0.13 | 0.76 | 160.8 | 0.26 | 0.19 |
| Hex | 23 | 3C | 34 | 2A | 0 | D | 4C | A1 | 1A | 13 |
| Octal | 43 | 74 | 64 | 52 | 0 | 15 | 114 | 241 | 32 | 23 |
| Binary | 100011 | 111100 | 110100 | 101010 | 0 | 1101 | 1001100 | 10100001 | 11010 | 10011 |
Color Harmonies of #233C34
Complementary color
Monochromatic Colors of #233C34
Black with #233C34
Text Example
Text Example
White with #233C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C34; }
p { color: rgb(35,60,52); }
H1.HeaderClassName
{
color: #233C34;
}
.AnyTagClassName
{
color: #233C34;
}
</style>
background-color css
<style>
a { background-color: #233C34; }
a { background-color: rgb(35,60,52); }
div.DivClassName
{
background-color: #233C34;
}
.BgClassName
{
background-color: #233C34;
}
</style>
border-color css
<style>
span { border-color: #233C34; }
span { border-color: rgb(35,60,52); }
td.TdClassName
{
border-color: #233C34;
}
.TagClassName
{
border-color: #233C34;
}
</style>