Shades of Burnham #21483B
Tints of Burnham #21483B
RGB
CMYK
RGB Variations
Color information
#21483B (or 0x21483B) is known color: Burnham. HEX triplet: 21, 48 and 3B. RGB value is (33,72,59). Sum of RGB (Red+Green+Blue) = 33+72+59=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 72 (28.52% from 255 or 43.90% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 72 - color contains mainly: green. Hex color #21483B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21483B is #DEB7C4. Grayscale: #3A3A3A. Windows color (decimal): -14596037 or 3885089. OLE color: 3885089.
HSL color Cylindrical-coordinate representation of color #21483B: hue angle of 160º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21483B is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 33 | 72 | 59 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.72 |
| HSL | 160º | 0.37% | 0.21% | - |
| HSV(B) | 160º | 0.54% | 0.28% | - |
| XYZ | 3.73 | 5.27 | 4.96 | - |
| YUV | 58.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 59 | 0.54 | 0 | 0.18 | 0.72 | 160 | 0.37 | 0.21 |
| Hex | 21 | 48 | 3B | 36 | 0 | 12 | 48 | A0 | 25 | 15 |
| Octal | 41 | 110 | 73 | 66 | 0 | 22 | 110 | 240 | 45 | 25 |
| Binary | 100001 | 1001000 | 111011 | 110110 | 0 | 10010 | 1001000 | 10100000 | 100101 | 10101 |
Color Harmonies of #21483B
Complementary color
Monochromatic Colors of #21483B
Black with #21483B
Text Example
Text Example
White with #21483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21483B; }
p { color: rgb(33,72,59); }
H1.HeaderClassName
{
color: #21483B;
}
.AnyTagClassName
{
color: #21483B;
}
</style>
background-color css
<style>
a { background-color: #21483B; }
a { background-color: rgb(33,72,59); }
div.DivClassName
{
background-color: #21483B;
}
.BgClassName
{
background-color: #21483B;
}
</style>
border-color css
<style>
span { border-color: #21483B; }
span { border-color: rgb(33,72,59); }
td.TdClassName
{
border-color: #21483B;
}
.TagClassName
{
border-color: #21483B;
}
</style>