Shades of Castro #44202B
Tints of Castro #44202B
RGB
CMYK
RGB Variations
Color information
#44202B (or 0x44202B) is known color: Castro. HEX triplet: 44, 20 and 2B. RGB value is (68,32,43). Sum of RGB (Red+Green+Blue) = 68+32+43=143 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.55% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 43 (17.19% from 255 or 30.07% from 143); Max value from RGB is 68 - color contains mainly: red. Hex color #44202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44202B is #BBDFD4. Grayscale: #2C2C2C. Windows color (decimal): -12312533 or 2826308. OLE color: 2826308.
HSL color Cylindrical-coordinate representation of color #44202B: hue angle of 341.67º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #44202B is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 32 | 43 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.73 |
| HSL | 341.67º | 0.36% | 0.2% | - |
| HSV(B) | 341.67º | 0.53% | 0.27% | - |
| XYZ | 3.34 | 2.44 | 2.58 | - |
| YUV | 44.02 | 127.43 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 32 | 43 | 0 | 0.53 | 0.37 | 0.73 | 341.67 | 0.36 | 0.2 |
| Hex | 44 | 20 | 2B | 0 | 35 | 25 | 49 | 156 | 24 | 14 |
| Octal | 104 | 40 | 53 | 0 | 65 | 45 | 111 | 526 | 44 | 24 |
| Binary | 1000100 | 100000 | 101011 | 0 | 110101 | 100101 | 1001001 | 101010110 | 100100 | 10100 |
Color Harmonies of #44202B
Complementary color
Monochromatic Colors of #44202B
Black with #44202B
Text Example
Text Example
White with #44202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44202B; }
p { color: rgb(68,32,43); }
H1.HeaderClassName
{
color: #44202B;
}
.AnyTagClassName
{
color: #44202B;
}
</style>
background-color css
<style>
a { background-color: #44202B; }
a { background-color: rgb(68,32,43); }
div.DivClassName
{
background-color: #44202B;
}
.BgClassName
{
background-color: #44202B;
}
</style>
border-color css
<style>
span { border-color: #44202B; }
span { border-color: rgb(68,32,43); }
td.TdClassName
{
border-color: #44202B;
}
.TagClassName
{
border-color: #44202B;
}
</style>