Shades of Castro #40242D
Tints of Castro #40242D
RGB
CMYK
RGB Variations
Color information
#40242D (or 0x40242D) is known color: Castro. HEX triplet: 40, 24 and 2D. RGB value is (64,36,45). Sum of RGB (Red+Green+Blue) = 64+36+45=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 64 - color contains mainly: red. Hex color #40242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40242D is #BFDBD2. Grayscale: #2D2D2D. Windows color (decimal): -12573651 or 2958400. OLE color: 2958400.
HSL color Cylindrical-coordinate representation of color #40242D: hue angle of 340.71º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40242D is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 36 | 45 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.75 |
| HSL | 340.71º | 0.28% | 0.2% | - |
| HSV(B) | 340.71º | 0.44% | 0.25% | - |
| XYZ | 3.22 | 2.54 | 2.8 | - |
| YUV | 45.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 36 | 45 | 0 | 0.44 | 0.30 | 0.75 | 340.71 | 0.28 | 0.2 |
| Hex | 40 | 24 | 2D | 0 | 2C | 1E | 4B | 155 | 1C | 14 |
| Octal | 100 | 44 | 55 | 0 | 54 | 36 | 113 | 525 | 34 | 24 |
| Binary | 1000000 | 100100 | 101101 | 0 | 101100 | 11110 | 1001011 | 101010101 | 11100 | 10100 |
Color Harmonies of #40242D
Complementary color
Monochromatic Colors of #40242D
Black with #40242D
Text Example
Text Example
White with #40242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40242D; }
p { color: rgb(64,36,45); }
H1.HeaderClassName
{
color: #40242D;
}
.AnyTagClassName
{
color: #40242D;
}
</style>
background-color css
<style>
a { background-color: #40242D; }
a { background-color: rgb(64,36,45); }
div.DivClassName
{
background-color: #40242D;
}
.BgClassName
{
background-color: #40242D;
}
</style>
border-color css
<style>
span { border-color: #40242D; }
span { border-color: rgb(64,36,45); }
td.TdClassName
{
border-color: #40242D;
}
.TagClassName
{
border-color: #40242D;
}
</style>