Shades of Bunting #242D3F
Tints of Bunting #242D3F
RGB
CMYK
RGB Variations
Color information
#242D3F (or 0x242D3F) is known color: Bunting. HEX triplet: 24, 2D and 3F. RGB value is (36,45,63). Sum of RGB (Red+Green+Blue) = 36+45+63=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #242D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D3F is #DBD2C0. Grayscale: #2C2C2C. Windows color (decimal): -14406337 or 4140324. OLE color: 4140324.
HSL color Cylindrical-coordinate representation of color #242D3F: hue angle of 220º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #242D3F is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 36 | 45 | 63 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.75 |
| HSL | 220º | 0.27% | 0.19% | - |
| HSV(B) | 220º | 0.43% | 0.25% | - |
| XYZ | 2.56 | 2.61 | 5.07 | - |
| YUV | 44.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 63 | 0.43 | 0.29 | 0 | 0.75 | 220 | 0.27 | 0.19 |
| Hex | 24 | 2D | 3F | 2B | 1D | 0 | 4B | DC | 1B | 13 |
| Octal | 44 | 55 | 77 | 53 | 35 | 0 | 113 | 334 | 33 | 23 |
| Binary | 100100 | 101101 | 111111 | 101011 | 11101 | 0 | 1001011 | 11011100 | 11011 | 10011 |
Color Harmonies of #242D3F
Complementary color
Monochromatic Colors of #242D3F
Black with #242D3F
Text Example
Text Example
White with #242D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D3F; }
p { color: rgb(36,45,63); }
H1.HeaderClassName
{
color: #242D3F;
}
.AnyTagClassName
{
color: #242D3F;
}
</style>
background-color css
<style>
a { background-color: #242D3F; }
a { background-color: rgb(36,45,63); }
div.DivClassName
{
background-color: #242D3F;
}
.BgClassName
{
background-color: #242D3F;
}
</style>
border-color css
<style>
span { border-color: #242D3F; }
span { border-color: rgb(36,45,63); }
td.TdClassName
{
border-color: #242D3F;
}
.TagClassName
{
border-color: #242D3F;
}
</style>