Shades of Castro #47242F
Tints of Castro #47242F
RGB
CMYK
RGB Variations
Color information
#47242F (or 0x47242F) is known color: Castro. HEX triplet: 47, 24 and 2F. RGB value is (71,36,47). Sum of RGB (Red+Green+Blue) = 71+36+47=154 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.10% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 71 - color contains mainly: red. Hex color #47242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47242F is #B8DBD0. Grayscale: #2F2F2F. Windows color (decimal): -12114897 or 3089479. OLE color: 3089479.
HSL color Cylindrical-coordinate representation of color #47242F: hue angle of 341.14º 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 #47242F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 36 | 47 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.72 |
| HSL | 341.14º | 0.33% | 0.21% | - |
| HSV(B) | 341.14º | 0.49% | 0.28% | - |
| XYZ | 3.74 | 2.81 | 3.03 | - |
| YUV | 47.72 | 127.6 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 36 | 47 | 0 | 0.49 | 0.34 | 0.72 | 341.14 | 0.33 | 0.21 |
| Hex | 47 | 24 | 2F | 0 | 31 | 22 | 48 | 155 | 21 | 15 |
| Octal | 107 | 44 | 57 | 0 | 61 | 42 | 110 | 525 | 41 | 25 |
| Binary | 1000111 | 100100 | 101111 | 0 | 110001 | 100010 | 1001000 | 101010101 | 100001 | 10101 |
Color Harmonies of #47242F
Complementary color
Monochromatic Colors of #47242F
Black with #47242F
Text Example
Text Example
White with #47242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47242F; }
p { color: rgb(71,36,47); }
H1.HeaderClassName
{
color: #47242F;
}
.AnyTagClassName
{
color: #47242F;
}
</style>
background-color css
<style>
a { background-color: #47242F; }
a { background-color: rgb(71,36,47); }
div.DivClassName
{
background-color: #47242F;
}
.BgClassName
{
background-color: #47242F;
}
</style>
border-color css
<style>
span { border-color: #47242F; }
span { border-color: rgb(71,36,47); }
td.TdClassName
{
border-color: #47242F;
}
.TagClassName
{
border-color: #47242F;
}
</style>