Shades of Castro #482130
Tints of Castro #482130
RGB
CMYK
RGB Variations
Color information
#482130 (or 0x482130) is known color: Castro. HEX triplet: 48, 21 and 30. RGB value is (72,33,48). Sum of RGB (Red+Green+Blue) = 72+33+48=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #482130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482130 is #B7DECF. Grayscale: #2E2E2E. Windows color (decimal): -12050128 or 3154248. OLE color: 3154248.
HSL color Cylindrical-coordinate representation of color #482130: hue angle of 336.92º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #482130 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 33 | 48 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.72 |
| HSL | 336.92º | 0.37% | 0.21% | - |
| HSV(B) | 336.92º | 0.54% | 0.28% | - |
| XYZ | 3.75 | 2.68 | 3.12 | - |
| YUV | 46.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 48 | 0 | 0.54 | 0.33 | 0.72 | 336.92 | 0.37 | 0.21 |
| Hex | 48 | 21 | 30 | 0 | 36 | 21 | 48 | 151 | 25 | 15 |
| Octal | 110 | 41 | 60 | 0 | 66 | 41 | 110 | 521 | 45 | 25 |
| Binary | 1001000 | 100001 | 110000 | 0 | 110110 | 100001 | 1001000 | 101010001 | 100101 | 10101 |
Color Harmonies of #482130
Complementary color
Monochromatic Colors of #482130
Black with #482130
Text Example
Text Example
White with #482130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482130; }
p { color: rgb(72,33,48); }
H1.HeaderClassName
{
color: #482130;
}
.AnyTagClassName
{
color: #482130;
}
</style>
background-color css
<style>
a { background-color: #482130; }
a { background-color: rgb(72,33,48); }
div.DivClassName
{
background-color: #482130;
}
.BgClassName
{
background-color: #482130;
}
</style>
border-color css
<style>
span { border-color: #482130; }
span { border-color: rgb(72,33,48); }
td.TdClassName
{
border-color: #482130;
}
.TagClassName
{
border-color: #482130;
}
</style>