Shades of Castro #41232B
Tints of Castro #41232B
RGB
CMYK
RGB Variations
Color information
#41232B (or 0x41232B) is known color: Castro. HEX triplet: 41, 23 and 2B. RGB value is (65,35,43). Sum of RGB (Red+Green+Blue) = 65+35+43=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41232B is #BEDCD4. Grayscale: #2C2C2C. Windows color (decimal): -12508373 or 2827073. OLE color: 2827073.
HSL color Cylindrical-coordinate representation of color #41232B: hue angle of 344º 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 #41232B is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 35 | 43 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.75 |
| HSL | 344º | 0.3% | 0.2% | - |
| HSV(B) | 344º | 0.46% | 0.25% | - |
| XYZ | 3.22 | 2.5 | 2.6 | - |
| YUV | 44.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 35 | 43 | 0 | 0.46 | 0.34 | 0.75 | 344 | 0.3 | 0.2 |
| Hex | 41 | 23 | 2B | 0 | 2E | 22 | 4B | 158 | 1E | 14 |
| Octal | 101 | 43 | 53 | 0 | 56 | 42 | 113 | 530 | 36 | 24 |
| Binary | 1000001 | 100011 | 101011 | 0 | 101110 | 100010 | 1001011 | 101011000 | 11110 | 10100 |
Color Harmonies of #41232B
Complementary color
Monochromatic Colors of #41232B
Black with #41232B
Text Example
Text Example
White with #41232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41232B; }
p { color: rgb(65,35,43); }
H1.HeaderClassName
{
color: #41232B;
}
.AnyTagClassName
{
color: #41232B;
}
</style>
background-color css
<style>
a { background-color: #41232B; }
a { background-color: rgb(65,35,43); }
div.DivClassName
{
background-color: #41232B;
}
.BgClassName
{
background-color: #41232B;
}
</style>
border-color css
<style>
span { border-color: #41232B; }
span { border-color: rgb(65,35,43); }
td.TdClassName
{
border-color: #41232B;
}
.TagClassName
{
border-color: #41232B;
}
</style>