Shades of Castro #41242D
Tints of Castro #41242D
RGB
CMYK
RGB Variations
Color information
#41242D (or 0x41242D) is known color: Castro. HEX triplet: 41, 24 and 2D. RGB value is (65,36,45). Sum of RGB (Red+Green+Blue) = 65+36+45=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41242D is #BEDBD2. Grayscale: #2D2D2D. Windows color (decimal): -12508115 or 2958401. OLE color: 2958401.
HSL color Cylindrical-coordinate representation of color #41242D: hue angle of 341.38º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #41242D is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 36 | 45 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.75 |
| HSL | 341.38º | 0.29% | 0.2% | - |
| HSV(B) | 341.38º | 0.45% | 0.25% | - |
| XYZ | 3.28 | 2.58 | 2.81 | - |
| YUV | 45.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 36 | 45 | 0 | 0.45 | 0.31 | 0.75 | 341.38 | 0.29 | 0.2 |
| Hex | 41 | 24 | 2D | 0 | 2D | 1F | 4B | 155 | 1D | 14 |
| Octal | 101 | 44 | 55 | 0 | 55 | 37 | 113 | 525 | 35 | 24 |
| Binary | 1000001 | 100100 | 101101 | 0 | 101101 | 11111 | 1001011 | 101010101 | 11101 | 10100 |
Color Harmonies of #41242D
Complementary color
Monochromatic Colors of #41242D
Black with #41242D
Text Example
Text Example
White with #41242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41242D; }
p { color: rgb(65,36,45); }
H1.HeaderClassName
{
color: #41242D;
}
.AnyTagClassName
{
color: #41242D;
}
</style>
background-color css
<style>
a { background-color: #41242D; }
a { background-color: rgb(65,36,45); }
div.DivClassName
{
background-color: #41242D;
}
.BgClassName
{
background-color: #41242D;
}
</style>
border-color css
<style>
span { border-color: #41242D; }
span { border-color: rgb(65,36,45); }
td.TdClassName
{
border-color: #41242D;
}
.TagClassName
{
border-color: #41242D;
}
</style>