Shades of Castro #441E2C
Tints of Castro #441E2C
RGB
CMYK
RGB Variations
Color information
#441E2C (or 0x441E2C) is known color: Castro. HEX triplet: 44, 1E and 2C. RGB value is (68,30,44). Sum of RGB (Red+Green+Blue) = 68+30+44=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #441E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441E2C is #BBE1D3. Grayscale: #2A2A2A. Windows color (decimal): -12313044 or 2891332. OLE color: 2891332.
HSL color Cylindrical-coordinate representation of color #441E2C: hue angle of 337.89º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #441E2C is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 30 | 44 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.73 |
| HSL | 337.89º | 0.39% | 0.19% | - |
| HSV(B) | 337.89º | 0.56% | 0.27% | - |
| XYZ | 3.3 | 2.34 | 2.66 | - |
| YUV | 42.96 | 128.59 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 30 | 44 | 0 | 0.56 | 0.35 | 0.73 | 337.89 | 0.39 | 0.19 |
| Hex | 44 | 1E | 2C | 0 | 38 | 23 | 49 | 152 | 27 | 13 |
| Octal | 104 | 36 | 54 | 0 | 70 | 43 | 111 | 522 | 47 | 23 |
| Binary | 1000100 | 11110 | 101100 | 0 | 111000 | 100011 | 1001001 | 101010010 | 100111 | 10011 |
Color Harmonies of #441E2C
Complementary color
Monochromatic Colors of #441E2C
Black with #441E2C
Text Example
Text Example
White with #441E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441E2C; }
p { color: rgb(68,30,44); }
H1.HeaderClassName
{
color: #441E2C;
}
.AnyTagClassName
{
color: #441E2C;
}
</style>
background-color css
<style>
a { background-color: #441E2C; }
a { background-color: rgb(68,30,44); }
div.DivClassName
{
background-color: #441E2C;
}
.BgClassName
{
background-color: #441E2C;
}
</style>
border-color css
<style>
span { border-color: #441E2C; }
span { border-color: rgb(68,30,44); }
td.TdClassName
{
border-color: #441E2C;
}
.TagClassName
{
border-color: #441E2C;
}
</style>