Shades of Castro #481E30
Tints of Castro #481E30
RGB
CMYK
RGB Variations
Color information
#481E30 (or 0x481E30) is known color: Castro. HEX triplet: 48, 1E and 30. RGB value is (72,30,48). Sum of RGB (Red+Green+Blue) = 72+30+48=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 30 (12.11% from 255 or 20% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #481E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E30 is #B7E1CF. Grayscale: #2C2C2C. Windows color (decimal): -12050896 or 3153480. OLE color: 3153480.
HSL color Cylindrical-coordinate representation of color #481E30: hue angle of 334.29º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E30 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 48 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.72 |
| HSL | 334.29º | 0.41% | 0.2% | - |
| HSV(B) | 334.29º | 0.58% | 0.28% | - |
| XYZ | 3.67 | 2.52 | 3.09 | - |
| YUV | 44.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 48 | 0 | 0.58 | 0.33 | 0.72 | 334.29 | 0.41 | 0.2 |
| Hex | 48 | 1E | 30 | 0 | 3A | 21 | 48 | 14E | 29 | 14 |
| Octal | 110 | 36 | 60 | 0 | 72 | 41 | 110 | 516 | 51 | 24 |
| Binary | 1001000 | 11110 | 110000 | 0 | 111010 | 100001 | 1001000 | 101001110 | 101001 | 10100 |
Color Harmonies of #481E30
Complementary color
Monochromatic Colors of #481E30
Black with #481E30
Text Example
Text Example
White with #481E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E30; }
p { color: rgb(72,30,48); }
H1.HeaderClassName
{
color: #481E30;
}
.AnyTagClassName
{
color: #481E30;
}
</style>
background-color css
<style>
a { background-color: #481E30; }
a { background-color: rgb(72,30,48); }
div.DivClassName
{
background-color: #481E30;
}
.BgClassName
{
background-color: #481E30;
}
</style>
border-color css
<style>
span { border-color: #481E30; }
span { border-color: rgb(72,30,48); }
td.TdClassName
{
border-color: #481E30;
}
.TagClassName
{
border-color: #481E30;
}
</style>