Shades of Castro #48232C
Tints of Castro #48232C
RGB
CMYK
RGB Variations
Color information
#48232C (or 0x48232C) is known color: Castro. HEX triplet: 48, 23 and 2C. RGB value is (72,35,44). Sum of RGB (Red+Green+Blue) = 72+35+44=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48232C is #B7DCD3. Grayscale: #2F2F2F. Windows color (decimal): -12049620 or 2892616. OLE color: 2892616.
HSL color Cylindrical-coordinate representation of color #48232C: hue angle of 345.41º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48232C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 44 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.72 |
| HSL | 345.41º | 0.35% | 0.21% | - |
| HSV(B) | 345.41º | 0.51% | 0.28% | - |
| XYZ | 3.73 | 2.76 | 2.72 | - |
| YUV | 47.09 | 126.26 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 44 | 0 | 0.51 | 0.39 | 0.72 | 345.41 | 0.35 | 0.21 |
| Hex | 48 | 23 | 2C | 0 | 33 | 27 | 48 | 159 | 23 | 15 |
| Octal | 110 | 43 | 54 | 0 | 63 | 47 | 110 | 531 | 43 | 25 |
| Binary | 1001000 | 100011 | 101100 | 0 | 110011 | 100111 | 1001000 | 101011001 | 100011 | 10101 |
Color Harmonies of #48232C
Complementary color
Monochromatic Colors of #48232C
Black with #48232C
Text Example
Text Example
White with #48232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48232C; }
p { color: rgb(72,35,44); }
H1.HeaderClassName
{
color: #48232C;
}
.AnyTagClassName
{
color: #48232C;
}
</style>
background-color css
<style>
a { background-color: #48232C; }
a { background-color: rgb(72,35,44); }
div.DivClassName
{
background-color: #48232C;
}
.BgClassName
{
background-color: #48232C;
}
</style>
border-color css
<style>
span { border-color: #48232C; }
span { border-color: rgb(72,35,44); }
td.TdClassName
{
border-color: #48232C;
}
.TagClassName
{
border-color: #48232C;
}
</style>