Shades of Bunting #21324A
Tints of Bunting #21324A
RGB
CMYK
RGB Variations
Color information
#21324A (or 0x21324A) is known color: Bunting. HEX triplet: 21, 32 and 4A. RGB value is (33,50,74). Sum of RGB (Red+Green+Blue) = 33+50+74=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #21324A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21324A is #DECDB5. Grayscale: #2F2F2F. Windows color (decimal): -14601654 or 4862497. OLE color: 4862497.
HSL color Cylindrical-coordinate representation of color #21324A: hue angle of 215.12º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21324A is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 50 | 74 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.71 |
| HSL | 215.12º | 0.38% | 0.21% | - |
| HSV(B) | 215.12º | 0.55% | 0.29% | - |
| XYZ | 3 | 3.1 | 6.92 | - |
| YUV | 47.65 | 142.87 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 74 | 0.55 | 0.32 | 0 | 0.71 | 215.12 | 0.38 | 0.21 |
| Hex | 21 | 32 | 4A | 37 | 20 | 0 | 47 | D7 | 26 | 15 |
| Octal | 41 | 62 | 112 | 67 | 40 | 0 | 107 | 327 | 46 | 25 |
| Binary | 100001 | 110010 | 1001010 | 110111 | 100000 | 0 | 1000111 | 11010111 | 100110 | 10101 |
Color Harmonies of #21324A
Complementary color
Monochromatic Colors of #21324A
Black with #21324A
Text Example
Text Example
White with #21324A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21324A; }
p { color: rgb(33,50,74); }
H1.HeaderClassName
{
color: #21324A;
}
.AnyTagClassName
{
color: #21324A;
}
</style>
background-color css
<style>
a { background-color: #21324A; }
a { background-color: rgb(33,50,74); }
div.DivClassName
{
background-color: #21324A;
}
.BgClassName
{
background-color: #21324A;
}
</style>
border-color css
<style>
span { border-color: #21324A; }
span { border-color: rgb(33,50,74); }
td.TdClassName
{
border-color: #21324A;
}
.TagClassName
{
border-color: #21324A;
}
</style>