Shades of Castro #48182A
Tints of Castro #48182A
RGB
CMYK
RGB Variations
Color information
#48182A (or 0x48182A) is known color: Castro. HEX triplet: 48, 18 and 2A. RGB value is (72,24,42). Sum of RGB (Red+Green+Blue) = 72+24+42=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48182A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48182A is #B7E7D5. Grayscale: #282828. Windows color (decimal): -12052438 or 2758728. OLE color: 2758728.
HSL color Cylindrical-coordinate representation of color #48182A: hue angle of 337.5º 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 #48182A is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 42 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.72 |
| HSL | 337.5º | 0.5% | 0.19% | - |
| HSV(B) | 337.5º | 0.67% | 0.28% | - |
| XYZ | 3.42 | 2.2 | 2.43 | - |
| YUV | 40.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 42 | 0 | 0.67 | 0.42 | 0.72 | 337.5 | 0.5 | 0.19 |
| Hex | 48 | 18 | 2A | 0 | 43 | 2A | 48 | 152 | 32 | 13 |
| Octal | 110 | 30 | 52 | 0 | 103 | 52 | 110 | 522 | 62 | 23 |
| Binary | 1001000 | 11000 | 101010 | 0 | 1000011 | 101010 | 1001000 | 101010010 | 110010 | 10011 |
Color Harmonies of #48182A
Complementary color
Monochromatic Colors of #48182A
Black with #48182A
Text Example
Text Example
White with #48182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48182A; }
p { color: rgb(72,24,42); }
H1.HeaderClassName
{
color: #48182A;
}
.AnyTagClassName
{
color: #48182A;
}
</style>
background-color css
<style>
a { background-color: #48182A; }
a { background-color: rgb(72,24,42); }
div.DivClassName
{
background-color: #48182A;
}
.BgClassName
{
background-color: #48182A;
}
</style>
border-color css
<style>
span { border-color: #48182A; }
span { border-color: rgb(72,24,42); }
td.TdClassName
{
border-color: #48182A;
}
.TagClassName
{
border-color: #48182A;
}
</style>