Shades of Castro #41222E
Tints of Castro #41222E
RGB
CMYK
RGB Variations
Color information
#41222E (or 0x41222E) is known color: Castro. HEX triplet: 41, 22 and 2E. RGB value is (65,34,46). Sum of RGB (Red+Green+Blue) = 65+34+46=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41222E is #BEDDD1. Grayscale: #2C2C2C. Windows color (decimal): -12508626 or 3023425. OLE color: 3023425.
HSL color Cylindrical-coordinate representation of color #41222E: hue angle of 336.77º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #41222E is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 34 | 46 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.75 |
| HSL | 336.77º | 0.31% | 0.19% | - |
| HSV(B) | 336.77º | 0.48% | 0.25% | - |
| XYZ | 3.25 | 2.47 | 2.89 | - |
| YUV | 44.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 34 | 46 | 0 | 0.48 | 0.29 | 0.75 | 336.77 | 0.31 | 0.19 |
| Hex | 41 | 22 | 2E | 0 | 30 | 1D | 4B | 151 | 1F | 13 |
| Octal | 101 | 42 | 56 | 0 | 60 | 35 | 113 | 521 | 37 | 23 |
| Binary | 1000001 | 100010 | 101110 | 0 | 110000 | 11101 | 1001011 | 101010001 | 11111 | 10011 |
Color Harmonies of #41222E
Complementary color
Monochromatic Colors of #41222E
Black with #41222E
Text Example
Text Example
White with #41222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41222E; }
p { color: rgb(65,34,46); }
H1.HeaderClassName
{
color: #41222E;
}
.AnyTagClassName
{
color: #41222E;
}
</style>
background-color css
<style>
a { background-color: #41222E; }
a { background-color: rgb(65,34,46); }
div.DivClassName
{
background-color: #41222E;
}
.BgClassName
{
background-color: #41222E;
}
</style>
border-color css
<style>
span { border-color: #41222E; }
span { border-color: rgb(65,34,46); }
td.TdClassName
{
border-color: #41222E;
}
.TagClassName
{
border-color: #41222E;
}
</style>