Shades of Castro #42222F
Tints of Castro #42222F
RGB
CMYK
RGB Variations
Color information
#42222F (or 0x42222F) is known color: Castro. HEX triplet: 42, 22 and 2F. RGB value is (66,34,47). Sum of RGB (Red+Green+Blue) = 66+34+47=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 66 - color contains mainly: red. Hex color #42222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42222F is #BDDDD0. Grayscale: #2D2D2D. Windows color (decimal): -12443089 or 3088962. OLE color: 3088962.
HSL color Cylindrical-coordinate representation of color #42222F: hue angle of 335.62º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42222F is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 34 | 47 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.74 |
| HSL | 335.63º | 0.32% | 0.2% | - |
| HSV(B) | 335.63º | 0.48% | 0.26% | - |
| XYZ | 3.33 | 2.51 | 3 | - |
| YUV | 45.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 47 | 0 | 0.48 | 0.29 | 0.74 | 335.63 | 0.32 | 0.2 |
| Hex | 42 | 22 | 2F | 0 | 30 | 1D | 4A | 150 | 20 | 14 |
| Octal | 102 | 42 | 57 | 0 | 60 | 35 | 112 | 520 | 40 | 24 |
| Binary | 1000010 | 100010 | 101111 | 0 | 110000 | 11101 | 1001010 | 101010000 | 100000 | 10100 |
Color Harmonies of #42222F
Complementary color
Monochromatic Colors of #42222F
Black with #42222F
Text Example
Text Example
White with #42222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42222F; }
p { color: rgb(66,34,47); }
H1.HeaderClassName
{
color: #42222F;
}
.AnyTagClassName
{
color: #42222F;
}
</style>
background-color css
<style>
a { background-color: #42222F; }
a { background-color: rgb(66,34,47); }
div.DivClassName
{
background-color: #42222F;
}
.BgClassName
{
background-color: #42222F;
}
</style>
border-color css
<style>
span { border-color: #42222F; }
span { border-color: rgb(66,34,47); }
td.TdClassName
{
border-color: #42222F;
}
.TagClassName
{
border-color: #42222F;
}
</style>