Shades of Castro #47242C
Tints of Castro #47242C
RGB
CMYK
RGB Variations
Color information
#47242C (or 0x47242C) is known color: Castro. HEX triplet: 47, 24 and 2C. RGB value is (71,36,44). Sum of RGB (Red+Green+Blue) = 71+36+44=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #47242C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242C is #B8DBD3. Grayscale: #2F2F2F. Windows color (decimal): -12114900 or 2892871. OLE color: 2892871.
HSL color Cylindrical-coordinate representation of color #47242C: hue angle of 346.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47242C is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 36 | 44 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.72 |
| HSL | 346.29º | 0.33% | 0.21% | - |
| HSV(B) | 346.29º | 0.49% | 0.28% | - |
| XYZ | 3.68 | 2.78 | 2.73 | - |
| YUV | 47.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 44 | 0 | 0.49 | 0.38 | 0.72 | 346.29 | 0.33 | 0.21 |
| Hex | 47 | 24 | 2C | 0 | 31 | 26 | 48 | 15A | 21 | 15 |
| Octal | 107 | 44 | 54 | 0 | 61 | 46 | 110 | 532 | 41 | 25 |
| Binary | 1000111 | 100100 | 101100 | 0 | 110001 | 100110 | 1001000 | 101011010 | 100001 | 10101 |
Color Harmonies of #47242C
Complementary color
Monochromatic Colors of #47242C
Black with #47242C
Text Example
Text Example
White with #47242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47242C; }
p { color: rgb(71,36,44); }
H1.HeaderClassName
{
color: #47242C;
}
.AnyTagClassName
{
color: #47242C;
}
</style>
background-color css
<style>
a { background-color: #47242C; }
a { background-color: rgb(71,36,44); }
div.DivClassName
{
background-color: #47242C;
}
.BgClassName
{
background-color: #47242C;
}
</style>
border-color css
<style>
span { border-color: #47242C; }
span { border-color: rgb(71,36,44); }
td.TdClassName
{
border-color: #47242C;
}
.TagClassName
{
border-color: #47242C;
}
</style>