Shades of Bunting #24324D
Tints of Bunting #24324D
RGB
CMYK
RGB Variations
Color information
#24324D (or 0x24324D) is known color: Bunting. HEX triplet: 24, 32 and 4D. RGB value is (36,50,77). Sum of RGB (Red+Green+Blue) = 36+50+77=163 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.09% from 163); Green value is 50 (19.92% from 255 or 30.67% from 163); Blue value is 77 (30.47% from 255 or 47.24% from 163); Max value from RGB is 77 - color contains mainly: blue. Hex color #24324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24324D is #DBCDB2. Grayscale: #303030. Windows color (decimal): -14405043 or 5059108. OLE color: 5059108.
HSL color Cylindrical-coordinate representation of color #24324D: hue angle of 219.51º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24324D is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 50 | 77 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.70 |
| HSL | 219.51º | 0.36% | 0.22% | - |
| HSV(B) | 219.51º | 0.53% | 0.3% | - |
| XYZ | 3.21 | 3.19 | 7.47 | - |
| YUV | 48.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 77 | 0.53 | 0.35 | 0 | 0.70 | 219.51 | 0.36 | 0.22 |
| Hex | 24 | 32 | 4D | 35 | 23 | 0 | 46 | DC | 24 | 16 |
| Octal | 44 | 62 | 115 | 65 | 43 | 0 | 106 | 334 | 44 | 26 |
| Binary | 100100 | 110010 | 1001101 | 110101 | 100011 | 0 | 1000110 | 11011100 | 100100 | 10110 |
Color Harmonies of #24324D
Complementary color
Monochromatic Colors of #24324D
Black with #24324D
Text Example
Text Example
White with #24324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24324D; }
p { color: rgb(36,50,77); }
H1.HeaderClassName
{
color: #24324D;
}
.AnyTagClassName
{
color: #24324D;
}
</style>
background-color css
<style>
a { background-color: #24324D; }
a { background-color: rgb(36,50,77); }
div.DivClassName
{
background-color: #24324D;
}
.BgClassName
{
background-color: #24324D;
}
</style>
border-color css
<style>
span { border-color: #24324D; }
span { border-color: rgb(36,50,77); }
td.TdClassName
{
border-color: #24324D;
}
.TagClassName
{
border-color: #24324D;
}
</style>