Shades of Burnham #233D34
Tints of Burnham #233D34
RGB
CMYK
RGB Variations
Color information
#233D34 (or 0x233D34) is known color: Burnham. HEX triplet: 23, 3D and 34. RGB value is (35,61,52). Sum of RGB (Red+Green+Blue) = 35+61+52=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 61 - color contains mainly: green. Hex color #233D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D34 is #DCC2CB. Grayscale: #343434. Windows color (decimal): -14467788 or 3423523. OLE color: 3423523.
HSL color Cylindrical-coordinate representation of color #233D34: hue angle of 159.23º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #233D34 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 61 | 52 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.76 |
| HSL | 159.23º | 0.27% | 0.19% | - |
| HSV(B) | 159.23º | 0.43% | 0.24% | - |
| XYZ | 2.98 | 3.94 | 3.85 | - |
| YUV | 52.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 52 | 0.43 | 0 | 0.15 | 0.76 | 159.23 | 0.27 | 0.19 |
| Hex | 23 | 3D | 34 | 2B | 0 | F | 4C | 9F | 1B | 13 |
| Octal | 43 | 75 | 64 | 53 | 0 | 17 | 114 | 237 | 33 | 23 |
| Binary | 100011 | 111101 | 110100 | 101011 | 0 | 1111 | 1001100 | 10011111 | 11011 | 10011 |
Color Harmonies of #233D34
Complementary color
Monochromatic Colors of #233D34
Black with #233D34
Text Example
Text Example
White with #233D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D34; }
p { color: rgb(35,61,52); }
H1.HeaderClassName
{
color: #233D34;
}
.AnyTagClassName
{
color: #233D34;
}
</style>
background-color css
<style>
a { background-color: #233D34; }
a { background-color: rgb(35,61,52); }
div.DivClassName
{
background-color: #233D34;
}
.BgClassName
{
background-color: #233D34;
}
</style>
border-color css
<style>
span { border-color: #233D34; }
span { border-color: rgb(35,61,52); }
td.TdClassName
{
border-color: #233D34;
}
.TagClassName
{
border-color: #233D34;
}
</style>