Shades of Castro #48182B
Tints of Castro #48182B
RGB
CMYK
RGB Variations
Color information
#48182B (or 0x48182B) is known color: Castro. HEX triplet: 48, 18 and 2B. RGB value is (72,24,43). Sum of RGB (Red+Green+Blue) = 72+24+43=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #48182B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48182B is #B7E7D4. Grayscale: #282828. Windows color (decimal): -12052437 or 2824264. OLE color: 2824264.
HSL color Cylindrical-coordinate representation of color #48182B: hue angle of 336.25º 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 #48182B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 43 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.72 |
| HSL | 336.25º | 0.5% | 0.19% | - |
| HSV(B) | 336.25º | 0.67% | 0.28% | - |
| XYZ | 3.44 | 2.21 | 2.53 | - |
| YUV | 40.52 | 129.4 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 43 | 0 | 0.67 | 0.40 | 0.72 | 336.25 | 0.5 | 0.19 |
| Hex | 48 | 18 | 2B | 0 | 43 | 28 | 48 | 150 | 32 | 13 |
| Octal | 110 | 30 | 53 | 0 | 103 | 50 | 110 | 520 | 62 | 23 |
| Binary | 1001000 | 11000 | 101011 | 0 | 1000011 | 101000 | 1001000 | 101010000 | 110010 | 10011 |
Color Harmonies of #48182B
Complementary color
Monochromatic Colors of #48182B
Black with #48182B
Text Example
Text Example
White with #48182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48182B; }
p { color: rgb(72,24,43); }
H1.HeaderClassName
{
color: #48182B;
}
.AnyTagClassName
{
color: #48182B;
}
</style>
background-color css
<style>
a { background-color: #48182B; }
a { background-color: rgb(72,24,43); }
div.DivClassName
{
background-color: #48182B;
}
.BgClassName
{
background-color: #48182B;
}
</style>
border-color css
<style>
span { border-color: #48182B; }
span { border-color: rgb(72,24,43); }
td.TdClassName
{
border-color: #48182B;
}
.TagClassName
{
border-color: #48182B;
}
</style>