Shades of Castro #402E34
Tints of Castro #402E34
RGB
CMYK
RGB Variations
Color information
#402E34 (or 0x402E34) is known color: Castro. HEX triplet: 40, 2E and 34. RGB value is (64,46,52). Sum of RGB (Red+Green+Blue) = 64+46+52=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 52 (20.70% from 255 or 32.10% from 162); Max value from RGB is 64 - color contains mainly: red. Hex color #402E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E34 is #BFD1CB. Grayscale: #343434. Windows color (decimal): -12571084 or 3419712. OLE color: 3419712.
HSL color Cylindrical-coordinate representation of color #402E34: hue angle of 340º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #402E34 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 52 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.75 |
| HSL | 340º | 0.16% | 0.22% | - |
| HSV(B) | 340º | 0.28% | 0.25% | - |
| XYZ | 3.71 | 3.29 | 3.69 | - |
| YUV | 52.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 52 | 0 | 0.28 | 0.19 | 0.75 | 340 | 0.16 | 0.22 |
| Hex | 40 | 2E | 34 | 0 | 1C | 13 | 4B | 154 | 10 | 16 |
| Octal | 100 | 56 | 64 | 0 | 34 | 23 | 113 | 524 | 20 | 26 |
| Binary | 1000000 | 101110 | 110100 | 0 | 11100 | 10011 | 1001011 | 101010100 | 10000 | 10110 |
Color Harmonies of #402E34
Complementary color
Monochromatic Colors of #402E34
Black with #402E34
Text Example
Text Example
White with #402E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E34; }
p { color: rgb(64,46,52); }
H1.HeaderClassName
{
color: #402E34;
}
.AnyTagClassName
{
color: #402E34;
}
</style>
background-color css
<style>
a { background-color: #402E34; }
a { background-color: rgb(64,46,52); }
div.DivClassName
{
background-color: #402E34;
}
.BgClassName
{
background-color: #402E34;
}
</style>
border-color css
<style>
span { border-color: #402E34; }
span { border-color: rgb(64,46,52); }
td.TdClassName
{
border-color: #402E34;
}
.TagClassName
{
border-color: #402E34;
}
</style>