Shades of Castro #41232E
Tints of Castro #41232E
RGB
CMYK
RGB Variations
Color information
#41232E (or 0x41232E) is known color: Castro. HEX triplet: 41, 23 and 2E. RGB value is (65,35,46). Sum of RGB (Red+Green+Blue) = 65+35+46=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41232E is #BEDCD1. Grayscale: #2D2D2D. Windows color (decimal): -12508370 or 3023681. OLE color: 3023681.
HSL color Cylindrical-coordinate representation of color #41232E: hue angle of 338º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #41232E is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 46 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.75 |
| HSL | 338º | 0.3% | 0.2% | - |
| HSV(B) | 338º | 0.46% | 0.25% | - |
| XYZ | 3.27 | 2.52 | 2.9 | - |
| YUV | 45.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 46 | 0 | 0.46 | 0.29 | 0.75 | 338 | 0.3 | 0.2 |
| Hex | 41 | 23 | 2E | 0 | 2E | 1D | 4B | 152 | 1E | 14 |
| Octal | 101 | 43 | 56 | 0 | 56 | 35 | 113 | 522 | 36 | 24 |
| Binary | 1000001 | 100011 | 101110 | 0 | 101110 | 11101 | 1001011 | 101010010 | 11110 | 10100 |
Color Harmonies of #41232E
Complementary color
Monochromatic Colors of #41232E
Black with #41232E
Text Example
Text Example
White with #41232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41232E; }
p { color: rgb(65,35,46); }
H1.HeaderClassName
{
color: #41232E;
}
.AnyTagClassName
{
color: #41232E;
}
</style>
background-color css
<style>
a { background-color: #41232E; }
a { background-color: rgb(65,35,46); }
div.DivClassName
{
background-color: #41232E;
}
.BgClassName
{
background-color: #41232E;
}
</style>
border-color css
<style>
span { border-color: #41232E; }
span { border-color: rgb(65,35,46); }
td.TdClassName
{
border-color: #41232E;
}
.TagClassName
{
border-color: #41232E;
}
</style>