Shades of Castro #442A33
Tints of Castro #442A33
RGB
CMYK
RGB Variations
Color information
#442A33 (or 0x442A33) is known color: Castro. HEX triplet: 44, 2A and 33. RGB value is (68,42,51). Sum of RGB (Red+Green+Blue) = 68+42+51=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #442A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442A33 is #BBD5CC. Grayscale: #323232. Windows color (decimal): -12309965 or 3353156. OLE color: 3353156.
HSL color Cylindrical-coordinate representation of color #442A33: hue angle of 339.23º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #442A33 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 42 | 51 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.73 |
| HSL | 339.23º | 0.24% | 0.22% | - |
| HSV(B) | 339.23º | 0.38% | 0.27% | - |
| XYZ | 3.81 | 3.12 | 3.53 | - |
| YUV | 50.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 51 | 0 | 0.38 | 0.25 | 0.73 | 339.23 | 0.24 | 0.22 |
| Hex | 44 | 2A | 33 | 0 | 26 | 19 | 49 | 153 | 18 | 16 |
| Octal | 104 | 52 | 63 | 0 | 46 | 31 | 111 | 523 | 30 | 26 |
| Binary | 1000100 | 101010 | 110011 | 0 | 100110 | 11001 | 1001001 | 101010011 | 11000 | 10110 |
Color Harmonies of #442A33
Complementary color
Monochromatic Colors of #442A33
Black with #442A33
Text Example
Text Example
White with #442A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A33; }
p { color: rgb(68,42,51); }
H1.HeaderClassName
{
color: #442A33;
}
.AnyTagClassName
{
color: #442A33;
}
</style>
background-color css
<style>
a { background-color: #442A33; }
a { background-color: rgb(68,42,51); }
div.DivClassName
{
background-color: #442A33;
}
.BgClassName
{
background-color: #442A33;
}
</style>
border-color css
<style>
span { border-color: #442A33; }
span { border-color: rgb(68,42,51); }
td.TdClassName
{
border-color: #442A33;
}
.TagClassName
{
border-color: #442A33;
}
</style>