Shades of Castro #402A30
Tints of Castro #402A30
RGB
CMYK
RGB Variations
Color information
#402A30 (or 0x402A30) is known color: Castro. HEX triplet: 40, 2A and 30. RGB value is (64,42,48). Sum of RGB (Red+Green+Blue) = 64+42+48=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #402A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A30 is #BFD5CF. Grayscale: #313131. Windows color (decimal): -12572112 or 3156544. OLE color: 3156544.
HSL color Cylindrical-coordinate representation of color #402A30: hue angle of 343.64º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #402A30 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
RGB | 64 | 42 | 48 | - |
CMYK | 0 | 0.34 | 0.25 | 0.75 |
HSL | 343.64º | 0.21% | 0.21% | - |
HSV(B) | 343.64º | 0.34% | 0.25% | - |
XYZ | 3.48 | 2.96 | 3.18 | - |
YUV | 49.26 | 127.29 | 138.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 42 | 48 | 0 | 0.34 | 0.25 | 0.75 | 343.64 | 0.21 | 0.21 |
Hex | 40 | 2A | 30 | 0 | 22 | 19 | 4B | 158 | 15 | 15 |
Octal | 100 | 52 | 60 | 0 | 42 | 31 | 113 | 530 | 25 | 25 |
Binary | 1000000 | 101010 | 110000 | 0 | 100010 | 11001 | 1001011 | 101011000 | 10101 | 10101 |
Color Harmonies of #402A30
Complementary color
Monochromatic Colors of #402A30
Black with #402A30
Text Example
Text Example
White with #402A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402A30; }
p { color: rgb(64,42,48); }
H1.HeaderClassName
{
color: #402A30;
}
.AnyTagClassName
{
color: #402A30;
}
</style>
background-color css
<style>
a { background-color: #402A30; }
a { background-color: rgb(64,42,48); }
div.DivClassName
{
background-color: #402A30;
}
.BgClassName
{
background-color: #402A30;
}
</style>
border-color css
<style>
span { border-color: #402A30; }
span { border-color: rgb(64,42,48); }
td.TdClassName
{
border-color: #402A30;
}
.TagClassName
{
border-color: #402A30;
}
</style>