Shades of Burnham #213D33
Tints of Burnham #213D33
RGB
CMYK
RGB Variations
Color information
#213D33 (or 0x213D33) is known color: Burnham. HEX triplet: 21, 3D and 33. RGB value is (33,61,51). Sum of RGB (Red+Green+Blue) = 33+61+51=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 61 - color contains mainly: green. Hex color #213D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D33 is #DEC2CC. Grayscale: #333333. Windows color (decimal): -14598861 or 3357985. OLE color: 3357985.
HSL color Cylindrical-coordinate representation of color #213D33: hue angle of 158.57º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D33 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 51 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.76 |
| HSL | 158.57º | 0.3% | 0.18% | - |
| HSV(B) | 158.57º | 0.46% | 0.24% | - |
| XYZ | 2.89 | 3.9 | 3.73 | - |
| YUV | 51.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 51 | 0.46 | 0 | 0.16 | 0.76 | 158.57 | 0.3 | 0.18 |
| Hex | 21 | 3D | 33 | 2E | 0 | 10 | 4C | 9F | 1E | 12 |
| Octal | 41 | 75 | 63 | 56 | 0 | 20 | 114 | 237 | 36 | 22 |
| Binary | 100001 | 111101 | 110011 | 101110 | 0 | 10000 | 1001100 | 10011111 | 11110 | 10010 |
Color Harmonies of #213D33
Complementary color
Monochromatic Colors of #213D33
Black with #213D33
Text Example
Text Example
White with #213D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D33; }
p { color: rgb(33,61,51); }
H1.HeaderClassName
{
color: #213D33;
}
.AnyTagClassName
{
color: #213D33;
}
</style>
background-color css
<style>
a { background-color: #213D33; }
a { background-color: rgb(33,61,51); }
div.DivClassName
{
background-color: #213D33;
}
.BgClassName
{
background-color: #213D33;
}
</style>
border-color css
<style>
span { border-color: #213D33; }
span { border-color: rgb(33,61,51); }
td.TdClassName
{
border-color: #213D33;
}
.TagClassName
{
border-color: #213D33;
}
</style>