Shades of Castro #482330
Tints of Castro #482330
RGB
CMYK
RGB Variations
Color information
#482330 (or 0x482330) is known color: Castro. HEX triplet: 48, 23 and 30. RGB value is (72,35,48). Sum of RGB (Red+Green+Blue) = 72+35+48=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #482330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482330 is #B7DCCF. Grayscale: #2F2F2F. Windows color (decimal): -12049616 or 3154760. OLE color: 3154760.
HSL color Cylindrical-coordinate representation of color #482330: hue angle of 338.92º 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 #482330 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 35 | 48 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.72 |
| HSL | 338.92º | 0.35% | 0.21% | - |
| HSV(B) | 338.92º | 0.51% | 0.28% | - |
| XYZ | 3.81 | 2.79 | 3.13 | - |
| YUV | 47.55 | 128.26 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 35 | 48 | 0 | 0.51 | 0.33 | 0.72 | 338.92 | 0.35 | 0.21 |
| Hex | 48 | 23 | 30 | 0 | 33 | 21 | 48 | 153 | 23 | 15 |
| Octal | 110 | 43 | 60 | 0 | 63 | 41 | 110 | 523 | 43 | 25 |
| Binary | 1001000 | 100011 | 110000 | 0 | 110011 | 100001 | 1001000 | 101010011 | 100011 | 10101 |
Color Harmonies of #482330
Complementary color
Monochromatic Colors of #482330
Black with #482330
Text Example
Text Example
White with #482330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482330; }
p { color: rgb(72,35,48); }
H1.HeaderClassName
{
color: #482330;
}
.AnyTagClassName
{
color: #482330;
}
</style>
background-color css
<style>
a { background-color: #482330; }
a { background-color: rgb(72,35,48); }
div.DivClassName
{
background-color: #482330;
}
.BgClassName
{
background-color: #482330;
}
</style>
border-color css
<style>
span { border-color: #482330; }
span { border-color: rgb(72,35,48); }
td.TdClassName
{
border-color: #482330;
}
.TagClassName
{
border-color: #482330;
}
</style>