Shades of Castro #48242D
Tints of Castro #48242D
RGB
CMYK
RGB Variations
Color information
#48242D (or 0x48242D) is known color: Castro. HEX triplet: 48, 24 and 2D. RGB value is (72,36,45). Sum of RGB (Red+Green+Blue) = 72+36+45=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242D is #B7DBD2. Grayscale: #2F2F2F. Windows color (decimal): -12049363 or 2958408. OLE color: 2958408.
HSL color Cylindrical-coordinate representation of color #48242D: hue angle of 345º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48242D is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 45 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.72 |
| HSL | 345º | 0.33% | 0.21% | - |
| HSV(B) | 345º | 0.5% | 0.28% | - |
| XYZ | 3.78 | 2.83 | 2.83 | - |
| YUV | 47.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 45 | 0 | 0.5 | 0.38 | 0.72 | 345 | 0.33 | 0.21 |
| Hex | 48 | 24 | 2D | 0 | 32 | 26 | 48 | 159 | 21 | 15 |
| Octal | 110 | 44 | 55 | 0 | 62 | 46 | 110 | 531 | 41 | 25 |
| Binary | 1001000 | 100100 | 101101 | 0 | 110010 | 100110 | 1001000 | 101011001 | 100001 | 10101 |
Color Harmonies of #48242D
Complementary color
Monochromatic Colors of #48242D
Black with #48242D
Text Example
Text Example
White with #48242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48242D; }
p { color: rgb(72,36,45); }
H1.HeaderClassName
{
color: #48242D;
}
.AnyTagClassName
{
color: #48242D;
}
</style>
background-color css
<style>
a { background-color: #48242D; }
a { background-color: rgb(72,36,45); }
div.DivClassName
{
background-color: #48242D;
}
.BgClassName
{
background-color: #48242D;
}
</style>
border-color css
<style>
span { border-color: #48242D; }
span { border-color: rgb(72,36,45); }
td.TdClassName
{
border-color: #48242D;
}
.TagClassName
{
border-color: #48242D;
}
</style>