Shades of Castro #482433
Tints of Castro #482433
RGB
CMYK
RGB Variations
Color information
#482433 (or 0x482433) is known color: Castro. HEX triplet: 48, 24 and 33. RGB value is (72,36,51). Sum of RGB (Red+Green+Blue) = 72+36+51=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #482433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482433 is #B7DBCC. Grayscale: #303030. Windows color (decimal): -12049357 or 3351624. OLE color: 3351624.
HSL color Cylindrical-coordinate representation of color #482433: hue angle of 335º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #482433 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 36 | 51 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.72 |
| HSL | 335º | 0.33% | 0.21% | - |
| HSV(B) | 335º | 0.5% | 0.28% | - |
| XYZ | 3.9 | 2.88 | 3.48 | - |
| YUV | 48.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 36 | 51 | 0 | 0.5 | 0.29 | 0.72 | 335 | 0.33 | 0.21 |
| Hex | 48 | 24 | 33 | 0 | 32 | 1D | 48 | 14F | 21 | 15 |
| Octal | 110 | 44 | 63 | 0 | 62 | 35 | 110 | 517 | 41 | 25 |
| Binary | 1001000 | 100100 | 110011 | 0 | 110010 | 11101 | 1001000 | 101001111 | 100001 | 10101 |
Color Harmonies of #482433
Complementary color
Monochromatic Colors of #482433
Black with #482433
Text Example
Text Example
White with #482433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482433; }
p { color: rgb(72,36,51); }
H1.HeaderClassName
{
color: #482433;
}
.AnyTagClassName
{
color: #482433;
}
</style>
background-color css
<style>
a { background-color: #482433; }
a { background-color: rgb(72,36,51); }
div.DivClassName
{
background-color: #482433;
}
.BgClassName
{
background-color: #482433;
}
</style>
border-color css
<style>
span { border-color: #482433; }
span { border-color: rgb(72,36,51); }
td.TdClassName
{
border-color: #482433;
}
.TagClassName
{
border-color: #482433;
}
</style>