Shades of Castro #41202E
Tints of Castro #41202E
RGB
CMYK
RGB Variations
Color information
#41202E (or 0x41202E) is known color: Castro. HEX triplet: 41, 20 and 2E. RGB value is (65,32,46). Sum of RGB (Red+Green+Blue) = 65+32+46=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41202E is #BEDFD1. Grayscale: #2B2B2B. Windows color (decimal): -12509138 or 3022913. OLE color: 3022913.
HSL color Cylindrical-coordinate representation of color #41202E: hue angle of 334.55º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41202E is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 46 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.75 |
| HSL | 334.55º | 0.34% | 0.19% | - |
| HSV(B) | 334.55º | 0.51% | 0.25% | - |
| XYZ | 3.19 | 2.35 | 2.87 | - |
| YUV | 43.46 | 129.43 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 46 | 0 | 0.51 | 0.29 | 0.75 | 334.55 | 0.34 | 0.19 |
| Hex | 41 | 20 | 2E | 0 | 33 | 1D | 4B | 14F | 22 | 13 |
| Octal | 101 | 40 | 56 | 0 | 63 | 35 | 113 | 517 | 42 | 23 |
| Binary | 1000001 | 100000 | 101110 | 0 | 110011 | 11101 | 1001011 | 101001111 | 100010 | 10011 |
Color Harmonies of #41202E
Complementary color
Monochromatic Colors of #41202E
Black with #41202E
Text Example
Text Example
White with #41202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41202E; }
p { color: rgb(65,32,46); }
H1.HeaderClassName
{
color: #41202E;
}
.AnyTagClassName
{
color: #41202E;
}
</style>
background-color css
<style>
a { background-color: #41202E; }
a { background-color: rgb(65,32,46); }
div.DivClassName
{
background-color: #41202E;
}
.BgClassName
{
background-color: #41202E;
}
</style>
border-color css
<style>
span { border-color: #41202E; }
span { border-color: rgb(65,32,46); }
td.TdClassName
{
border-color: #41202E;
}
.TagClassName
{
border-color: #41202E;
}
</style>