Shades of Bunting #242D41
Tints of Bunting #242D41
RGB
CMYK
RGB Variations
Color information
#242D41 (or 0x242D41) is known color: Bunting. HEX triplet: 24, 2D and 41. RGB value is (36,45,65). Sum of RGB (Red+Green+Blue) = 36+45+65=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #242D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D41 is #DBD2BE. Grayscale: #2C2C2C. Windows color (decimal): -14406335 or 4271396. OLE color: 4271396.
HSL color Cylindrical-coordinate representation of color #242D41: hue angle of 221.38º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #242D41 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 45 | 65 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.75 |
| HSL | 221.38º | 0.29% | 0.2% | - |
| HSV(B) | 221.38º | 0.45% | 0.25% | - |
| XYZ | 2.62 | 2.63 | 5.37 | - |
| YUV | 44.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 65 | 0.45 | 0.31 | 0 | 0.75 | 221.38 | 0.29 | 0.2 |
| Hex | 24 | 2D | 41 | 2D | 1F | 0 | 4B | DD | 1D | 14 |
| Octal | 44 | 55 | 101 | 55 | 37 | 0 | 113 | 335 | 35 | 24 |
| Binary | 100100 | 101101 | 1000001 | 101101 | 11111 | 0 | 1001011 | 11011101 | 11101 | 10100 |
Color Harmonies of #242D41
Complementary color
Monochromatic Colors of #242D41
Black with #242D41
Text Example
Text Example
White with #242D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D41; }
p { color: rgb(36,45,65); }
H1.HeaderClassName
{
color: #242D41;
}
.AnyTagClassName
{
color: #242D41;
}
</style>
background-color css
<style>
a { background-color: #242D41; }
a { background-color: rgb(36,45,65); }
div.DivClassName
{
background-color: #242D41;
}
.BgClassName
{
background-color: #242D41;
}
</style>
border-color css
<style>
span { border-color: #242D41; }
span { border-color: rgb(36,45,65); }
td.TdClassName
{
border-color: #242D41;
}
.TagClassName
{
border-color: #242D41;
}
</style>