Shades of Burnham #233C33
Tints of Burnham #233C33
RGB
CMYK
RGB Variations
Color information
#233C33 (or 0x233C33) is known color: Burnham. HEX triplet: 23, 3C and 33. RGB value is (35,60,51). Sum of RGB (Red+Green+Blue) = 35+60+51=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 60 (23.83% from 255 or 41.10% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 60 - color contains mainly: green. Hex color #233C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233C33 is #DCC3CC. Grayscale: #333333. Windows color (decimal): -14468045 or 3357731. OLE color: 3357731.
HSL color Cylindrical-coordinate representation of color #233C33: hue angle of 158.4º 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 #233C33 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 60 | 51 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.76 |
| HSL | 158.4º | 0.26% | 0.19% | - |
| HSV(B) | 158.4º | 0.42% | 0.24% | - |
| XYZ | 2.91 | 3.83 | 3.72 | - |
| YUV | 51.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 60 | 51 | 0.42 | 0 | 0.15 | 0.76 | 158.4 | 0.26 | 0.19 |
| Hex | 23 | 3C | 33 | 2A | 0 | F | 4C | 9E | 1A | 13 |
| Octal | 43 | 74 | 63 | 52 | 0 | 17 | 114 | 236 | 32 | 23 |
| Binary | 100011 | 111100 | 110011 | 101010 | 0 | 1111 | 1001100 | 10011110 | 11010 | 10011 |
Color Harmonies of #233C33
Complementary color
Monochromatic Colors of #233C33
Black with #233C33
Text Example
Text Example
White with #233C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233C33; }
p { color: rgb(35,60,51); }
H1.HeaderClassName
{
color: #233C33;
}
.AnyTagClassName
{
color: #233C33;
}
</style>
background-color css
<style>
a { background-color: #233C33; }
a { background-color: rgb(35,60,51); }
div.DivClassName
{
background-color: #233C33;
}
.BgClassName
{
background-color: #233C33;
}
</style>
border-color css
<style>
span { border-color: #233C33; }
span { border-color: rgb(35,60,51); }
td.TdClassName
{
border-color: #233C33;
}
.TagClassName
{
border-color: #233C33;
}
</style>