Shades of Castro #401E2B
Tints of Castro #401E2B
RGB
CMYK
RGB Variations
Color information
#401E2B (or 0x401E2B) is known color: Castro. HEX triplet: 40, 1E and 2B. RGB value is (64,30,43). Sum of RGB (Red+Green+Blue) = 64+30+43=137 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.72% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 64 - color contains mainly: red. Hex color #401E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E2B is #BFE1D4. Grayscale: #292929. Windows color (decimal): -12575189 or 2825792. OLE color: 2825792.
HSL color Cylindrical-coordinate representation of color #401E2B: hue angle of 337.06º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E2B is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 30 | 43 | - |
| CMYK | 0 | 0.53 | 0.33 | 0.75 |
| HSL | 337.06º | 0.36% | 0.18% | - |
| HSV(B) | 337.06º | 0.53% | 0.25% | - |
| XYZ | 3.01 | 2.19 | 2.55 | - |
| YUV | 41.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 43 | 0 | 0.53 | 0.33 | 0.75 | 337.06 | 0.36 | 0.18 |
| Hex | 40 | 1E | 2B | 0 | 35 | 21 | 4B | 151 | 24 | 12 |
| Octal | 100 | 36 | 53 | 0 | 65 | 41 | 113 | 521 | 44 | 22 |
| Binary | 1000000 | 11110 | 101011 | 0 | 110101 | 100001 | 1001011 | 101010001 | 100100 | 10010 |
Color Harmonies of #401E2B
Complementary color
Monochromatic Colors of #401E2B
Black with #401E2B
Text Example
Text Example
White with #401E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E2B; }
p { color: rgb(64,30,43); }
H1.HeaderClassName
{
color: #401E2B;
}
.AnyTagClassName
{
color: #401E2B;
}
</style>
background-color css
<style>
a { background-color: #401E2B; }
a { background-color: rgb(64,30,43); }
div.DivClassName
{
background-color: #401E2B;
}
.BgClassName
{
background-color: #401E2B;
}
</style>
border-color css
<style>
span { border-color: #401E2B; }
span { border-color: rgb(64,30,43); }
td.TdClassName
{
border-color: #401E2B;
}
.TagClassName
{
border-color: #401E2B;
}
</style>