Shades of Castro #4B202C
Tints of Castro #4B202C
RGB
CMYK
RGB Variations
Color information
#4B202C (or 0x4B202C) is known color: Castro. HEX triplet: 4B, 20 and 2C. RGB value is (75,32,44). Sum of RGB (Red+Green+Blue) = 75+32+44=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B202C is #B4DFD3. Grayscale: #2E2E2E. Windows color (decimal): -11853780 or 2891851. OLE color: 2891851.
HSL color Cylindrical-coordinate representation of color #4B202C: hue angle of 343.26º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B202C is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 32 | 44 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.71 |
| HSL | 343.26º | 0.4% | 0.21% | - |
| HSV(B) | 343.26º | 0.57% | 0.29% | - |
| XYZ | 3.87 | 2.71 | 2.7 | - |
| YUV | 46.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 32 | 44 | 0 | 0.57 | 0.41 | 0.71 | 343.26 | 0.4 | 0.21 |
| Hex | 4B | 20 | 2C | 0 | 39 | 29 | 47 | 157 | 28 | 15 |
| Octal | 113 | 40 | 54 | 0 | 71 | 51 | 107 | 527 | 50 | 25 |
| Binary | 1001011 | 100000 | 101100 | 0 | 111001 | 101001 | 1000111 | 101010111 | 101000 | 10101 |
Color Harmonies of #4B202C
Complementary color
Monochromatic Colors of #4B202C
Black with #4B202C
Text Example
Text Example
White with #4B202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B202C; }
p { color: rgb(75,32,44); }
H1.HeaderClassName
{
color: #4B202C;
}
.AnyTagClassName
{
color: #4B202C;
}
</style>
background-color css
<style>
a { background-color: #4B202C; }
a { background-color: rgb(75,32,44); }
div.DivClassName
{
background-color: #4B202C;
}
.BgClassName
{
background-color: #4B202C;
}
</style>
border-color css
<style>
span { border-color: #4B202C; }
span { border-color: rgb(75,32,44); }
td.TdClassName
{
border-color: #4B202C;
}
.TagClassName
{
border-color: #4B202C;
}
</style>