Shades of Castro #481828
Tints of Castro #481828
RGB
CMYK
RGB Variations
Color information
#481828 (or 0x481828) is known color: Castro. HEX triplet: 48, 18 and 28. RGB value is (72,24,40). Sum of RGB (Red+Green+Blue) = 72+24+40=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #481828 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481828 is #B7E7D7. Grayscale: #282828. Windows color (decimal): -12052440 or 2627656. OLE color: 2627656.
HSL color Cylindrical-coordinate representation of color #481828: hue angle of 340º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481828 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 40 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.72 |
| HSL | 340º | 0.5% | 0.19% | - |
| HSV(B) | 340º | 0.67% | 0.28% | - |
| XYZ | 3.38 | 2.18 | 2.25 | - |
| YUV | 40.18 | 127.9 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 40 | 0 | 0.67 | 0.44 | 0.72 | 340 | 0.5 | 0.19 |
| Hex | 48 | 18 | 28 | 0 | 43 | 2C | 48 | 154 | 32 | 13 |
| Octal | 110 | 30 | 50 | 0 | 103 | 54 | 110 | 524 | 62 | 23 |
| Binary | 1001000 | 11000 | 101000 | 0 | 1000011 | 101100 | 1001000 | 101010100 | 110010 | 10011 |
Color Harmonies of #481828
Complementary color
Monochromatic Colors of #481828
Black with #481828
Text Example
Text Example
White with #481828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481828; }
p { color: rgb(72,24,40); }
H1.HeaderClassName
{
color: #481828;
}
.AnyTagClassName
{
color: #481828;
}
</style>
background-color css
<style>
a { background-color: #481828; }
a { background-color: rgb(72,24,40); }
div.DivClassName
{
background-color: #481828;
}
.BgClassName
{
background-color: #481828;
}
</style>
border-color css
<style>
span { border-color: #481828; }
span { border-color: rgb(72,24,40); }
td.TdClassName
{
border-color: #481828;
}
.TagClassName
{
border-color: #481828;
}
</style>