Shades of Bunting #24304A
Tints of Bunting #24304A
RGB
CMYK
RGB Variations
Color information
#24304A (or 0x24304A) is known color: Bunting. HEX triplet: 24, 30 and 4A. RGB value is (36,48,74). Sum of RGB (Red+Green+Blue) = 36+48+74=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 74 (29.30% from 255 or 46.84% from 158); Max value from RGB is 74 - color contains mainly: blue. Hex color #24304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24304A is #DBCFB5. Grayscale: #2F2F2F. Windows color (decimal): -14405558 or 4861988. OLE color: 4861988.
HSL color Cylindrical-coordinate representation of color #24304A: hue angle of 221.05º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #24304A is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 48 | 74 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.71 |
| HSL | 221.05º | 0.35% | 0.22% | - |
| HSV(B) | 221.05º | 0.51% | 0.29% | - |
| XYZ | 3.02 | 2.98 | 6.9 | - |
| YUV | 47.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 74 | 0.51 | 0.35 | 0 | 0.71 | 221.05 | 0.35 | 0.22 |
| Hex | 24 | 30 | 4A | 33 | 23 | 0 | 47 | DD | 23 | 16 |
| Octal | 44 | 60 | 112 | 63 | 43 | 0 | 107 | 335 | 43 | 26 |
| Binary | 100100 | 110000 | 1001010 | 110011 | 100011 | 0 | 1000111 | 11011101 | 100011 | 10110 |
Color Harmonies of #24304A
Complementary color
Monochromatic Colors of #24304A
Black with #24304A
Text Example
Text Example
White with #24304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24304A; }
p { color: rgb(36,48,74); }
H1.HeaderClassName
{
color: #24304A;
}
.AnyTagClassName
{
color: #24304A;
}
</style>
background-color css
<style>
a { background-color: #24304A; }
a { background-color: rgb(36,48,74); }
div.DivClassName
{
background-color: #24304A;
}
.BgClassName
{
background-color: #24304A;
}
</style>
border-color css
<style>
span { border-color: #24304A; }
span { border-color: rgb(36,48,74); }
td.TdClassName
{
border-color: #24304A;
}
.TagClassName
{
border-color: #24304A;
}
</style>