Shades of Castro #412A30
Tints of Castro #412A30
RGB
CMYK
RGB Variations
Color information
#412A30 (or 0x412A30) is known color: Castro. HEX triplet: 41, 2A and 30. RGB value is (65,42,48). Sum of RGB (Red+Green+Blue) = 65+42+48=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 65 - color contains mainly: red. Hex color #412A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A30 is #BED5CF. Grayscale: #313131. Windows color (decimal): -12506576 or 3156545. OLE color: 3156545.
HSL color Cylindrical-coordinate representation of color #412A30: hue angle of 344.35º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #412A30 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 42 | 48 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.75 |
| HSL | 344.35º | 0.21% | 0.21% | - |
| HSV(B) | 344.35º | 0.35% | 0.25% | - |
| XYZ | 3.54 | 2.99 | 3.19 | - |
| YUV | 49.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 42 | 48 | 0 | 0.35 | 0.26 | 0.75 | 344.35 | 0.21 | 0.21 |
| Hex | 41 | 2A | 30 | 0 | 23 | 1A | 4B | 158 | 15 | 15 |
| Octal | 101 | 52 | 60 | 0 | 43 | 32 | 113 | 530 | 25 | 25 |
| Binary | 1000001 | 101010 | 110000 | 0 | 100011 | 11010 | 1001011 | 101011000 | 10101 | 10101 |
Color Harmonies of #412A30
Complementary color
Monochromatic Colors of #412A30
Black with #412A30
Text Example
Text Example
White with #412A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412A30; }
p { color: rgb(65,42,48); }
H1.HeaderClassName
{
color: #412A30;
}
.AnyTagClassName
{
color: #412A30;
}
</style>
background-color css
<style>
a { background-color: #412A30; }
a { background-color: rgb(65,42,48); }
div.DivClassName
{
background-color: #412A30;
}
.BgClassName
{
background-color: #412A30;
}
</style>
border-color css
<style>
span { border-color: #412A30; }
span { border-color: rgb(65,42,48); }
td.TdClassName
{
border-color: #412A30;
}
.TagClassName
{
border-color: #412A30;
}
</style>