Shades of Castro #48202B
Tints of Castro #48202B
RGB
CMYK
RGB Variations
Color information
#48202B (or 0x48202B) is known color: Castro. HEX triplet: 48, 20 and 2B. RGB value is (72,32,43). Sum of RGB (Red+Green+Blue) = 72+32+43=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 32 (12.89% from 255 or 21.77% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #48202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48202B is #B7DFD4. Grayscale: #2D2D2D. Windows color (decimal): -12050389 or 2826312. OLE color: 2826312.
HSL color Cylindrical-coordinate representation of color #48202B: hue angle of 343.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48202B is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 43 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.72 |
| HSL | 343.5º | 0.38% | 0.2% | - |
| HSV(B) | 343.5º | 0.56% | 0.28% | - |
| XYZ | 3.63 | 2.59 | 2.59 | - |
| YUV | 45.21 | 126.75 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 43 | 0 | 0.56 | 0.40 | 0.72 | 343.5 | 0.38 | 0.2 |
| Hex | 48 | 20 | 2B | 0 | 38 | 28 | 48 | 158 | 26 | 14 |
| Octal | 110 | 40 | 53 | 0 | 70 | 50 | 110 | 530 | 46 | 24 |
| Binary | 1001000 | 100000 | 101011 | 0 | 111000 | 101000 | 1001000 | 101011000 | 100110 | 10100 |
Color Harmonies of #48202B
Complementary color
Monochromatic Colors of #48202B
Black with #48202B
Text Example
Text Example
White with #48202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48202B; }
p { color: rgb(72,32,43); }
H1.HeaderClassName
{
color: #48202B;
}
.AnyTagClassName
{
color: #48202B;
}
</style>
background-color css
<style>
a { background-color: #48202B; }
a { background-color: rgb(72,32,43); }
div.DivClassName
{
background-color: #48202B;
}
.BgClassName
{
background-color: #48202B;
}
</style>
border-color css
<style>
span { border-color: #48202B; }
span { border-color: rgb(72,32,43); }
td.TdClassName
{
border-color: #48202B;
}
.TagClassName
{
border-color: #48202B;
}
</style>