Shades of Castro #41272F
Tints of Castro #41272F
RGB
CMYK
RGB Variations
Color information
#41272F (or 0x41272F) is known color: Castro. HEX triplet: 41, 27 and 2F. RGB value is (65,39,47). Sum of RGB (Red+Green+Blue) = 65+39+47=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 65 - color contains mainly: red. Hex color #41272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41272F is #BED8D0. Grayscale: #2F2F2F. Windows color (decimal): -12507345 or 3090241. OLE color: 3090241.
HSL color Cylindrical-coordinate representation of color #41272F: hue angle of 341.54º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #41272F is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 39 | 47 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.75 |
| HSL | 341.54º | 0.25% | 0.2% | - |
| HSV(B) | 341.54º | 0.4% | 0.25% | - |
| XYZ | 3.42 | 2.78 | 3.05 | - |
| YUV | 47.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 47 | 0 | 0.40 | 0.28 | 0.75 | 341.54 | 0.25 | 0.2 |
| Hex | 41 | 27 | 2F | 0 | 28 | 1C | 4B | 156 | 19 | 14 |
| Octal | 101 | 47 | 57 | 0 | 50 | 34 | 113 | 526 | 31 | 24 |
| Binary | 1000001 | 100111 | 101111 | 0 | 101000 | 11100 | 1001011 | 101010110 | 11001 | 10100 |
Color Harmonies of #41272F
Complementary color
Monochromatic Colors of #41272F
Black with #41272F
Text Example
Text Example
White with #41272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41272F; }
p { color: rgb(65,39,47); }
H1.HeaderClassName
{
color: #41272F;
}
.AnyTagClassName
{
color: #41272F;
}
</style>
background-color css
<style>
a { background-color: #41272F; }
a { background-color: rgb(65,39,47); }
div.DivClassName
{
background-color: #41272F;
}
.BgClassName
{
background-color: #41272F;
}
</style>
border-color css
<style>
span { border-color: #41272F; }
span { border-color: rgb(65,39,47); }
td.TdClassName
{
border-color: #41272F;
}
.TagClassName
{
border-color: #41272F;
}
</style>