Shades of Castro #411B2B
Tints of Castro #411B2B
RGB
CMYK
RGB Variations
Color information
#411B2B (or 0x411B2B) is known color: Castro. HEX triplet: 41, 1B and 2B. RGB value is (65,27,43). Sum of RGB (Red+Green+Blue) = 65+27+43=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #411B2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411B2B is #BEE4D4. Grayscale: #282828. Windows color (decimal): -12510421 or 2825025. OLE color: 2825025.
HSL color Cylindrical-coordinate representation of color #411B2B: hue angle of 334.74º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #411B2B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 27 | 43 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.75 |
| HSL | 334.74º | 0.41% | 0.18% | - |
| HSV(B) | 334.74º | 0.58% | 0.25% | - |
| XYZ | 3.01 | 2.08 | 2.53 | - |
| YUV | 40.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 43 | 0 | 0.58 | 0.34 | 0.75 | 334.74 | 0.41 | 0.18 |
| Hex | 41 | 1B | 2B | 0 | 3A | 22 | 4B | 14F | 29 | 12 |
| Octal | 101 | 33 | 53 | 0 | 72 | 42 | 113 | 517 | 51 | 22 |
| Binary | 1000001 | 11011 | 101011 | 0 | 111010 | 100010 | 1001011 | 101001111 | 101001 | 10010 |
Color Harmonies of #411B2B
Complementary color
Monochromatic Colors of #411B2B
Black with #411B2B
Text Example
Text Example
White with #411B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B2B; }
p { color: rgb(65,27,43); }
H1.HeaderClassName
{
color: #411B2B;
}
.AnyTagClassName
{
color: #411B2B;
}
</style>
background-color css
<style>
a { background-color: #411B2B; }
a { background-color: rgb(65,27,43); }
div.DivClassName
{
background-color: #411B2B;
}
.BgClassName
{
background-color: #411B2B;
}
</style>
border-color css
<style>
span { border-color: #411B2B; }
span { border-color: rgb(65,27,43); }
td.TdClassName
{
border-color: #411B2B;
}
.TagClassName
{
border-color: #411B2B;
}
</style>