Shades of Castro #402B31
Tints of Castro #402B31
RGB
CMYK
RGB Variations
Color information
#402B31 (or 0x402B31) is known color: Castro. HEX triplet: 40, 2B and 31. RGB value is (64,43,49). Sum of RGB (Red+Green+Blue) = 64+43+49=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #402B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B31 is #BFD4CE. Grayscale: #313131. Windows color (decimal): -12571855 or 3222336. OLE color: 3222336.
HSL color Cylindrical-coordinate representation of color #402B31: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #402B31 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 49 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.75 |
| HSL | 342.86º | 0.2% | 0.21% | - |
| HSV(B) | 342.86º | 0.33% | 0.25% | - |
| XYZ | 3.53 | 3.04 | 3.31 | - |
| YUV | 49.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 49 | 0 | 0.33 | 0.23 | 0.75 | 342.86 | 0.2 | 0.21 |
| Hex | 40 | 2B | 31 | 0 | 21 | 17 | 4B | 157 | 14 | 15 |
| Octal | 100 | 53 | 61 | 0 | 41 | 27 | 113 | 527 | 24 | 25 |
| Binary | 1000000 | 101011 | 110001 | 0 | 100001 | 10111 | 1001011 | 101010111 | 10100 | 10101 |
Color Harmonies of #402B31
Complementary color
Monochromatic Colors of #402B31
Black with #402B31
Text Example
Text Example
White with #402B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B31; }
p { color: rgb(64,43,49); }
H1.HeaderClassName
{
color: #402B31;
}
.AnyTagClassName
{
color: #402B31;
}
</style>
background-color css
<style>
a { background-color: #402B31; }
a { background-color: rgb(64,43,49); }
div.DivClassName
{
background-color: #402B31;
}
.BgClassName
{
background-color: #402B31;
}
</style>
border-color css
<style>
span { border-color: #402B31; }
span { border-color: rgb(64,43,49); }
td.TdClassName
{
border-color: #402B31;
}
.TagClassName
{
border-color: #402B31;
}
</style>