Shades of Castro #481D30
Tints of Castro #481D30
RGB
CMYK
RGB Variations
Color information
#481D30 (or 0x481D30) is known color: Castro. HEX triplet: 48, 1D and 30. RGB value is (72,29,48). Sum of RGB (Red+Green+Blue) = 72+29+48=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D30 is #B7E2CF. Grayscale: #2B2B2B. Windows color (decimal): -12051152 or 3153224. OLE color: 3153224.
HSL color Cylindrical-coordinate representation of color #481D30: hue angle of 333.49º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D30 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 48 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.72 |
| HSL | 333.49º | 0.43% | 0.2% | - |
| HSV(B) | 333.49º | 0.6% | 0.28% | - |
| XYZ | 3.65 | 2.47 | 3.08 | - |
| YUV | 44.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 48 | 0 | 0.60 | 0.33 | 0.72 | 333.49 | 0.43 | 0.2 |
| Hex | 48 | 1D | 30 | 0 | 3C | 21 | 48 | 14D | 2B | 14 |
| Octal | 110 | 35 | 60 | 0 | 74 | 41 | 110 | 515 | 53 | 24 |
| Binary | 1001000 | 11101 | 110000 | 0 | 111100 | 100001 | 1001000 | 101001101 | 101011 | 10100 |
Color Harmonies of #481D30
Complementary color
Monochromatic Colors of #481D30
Black with #481D30
Text Example
Text Example
White with #481D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D30; }
p { color: rgb(72,29,48); }
H1.HeaderClassName
{
color: #481D30;
}
.AnyTagClassName
{
color: #481D30;
}
</style>
background-color css
<style>
a { background-color: #481D30; }
a { background-color: rgb(72,29,48); }
div.DivClassName
{
background-color: #481D30;
}
.BgClassName
{
background-color: #481D30;
}
</style>
border-color css
<style>
span { border-color: #481D30; }
span { border-color: rgb(72,29,48); }
td.TdClassName
{
border-color: #481D30;
}
.TagClassName
{
border-color: #481D30;
}
</style>