Shades of Castro #42292F
Tints of Castro #42292F
RGB
CMYK
RGB Variations
Color information
#42292F (or 0x42292F) is known color: Castro. HEX triplet: 42, 29 and 2F. RGB value is (66,41,47). Sum of RGB (Red+Green+Blue) = 66+41+47=154 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.86% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 66 - color contains mainly: red. Hex color #42292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42292F is #BDD6D0. Grayscale: #313131. Windows color (decimal): -12441297 or 3090754. OLE color: 3090754.
HSL color Cylindrical-coordinate representation of color #42292F: hue angle of 345.6º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42292F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 41 | 47 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.74 |
| HSL | 345.6º | 0.23% | 0.21% | - |
| HSV(B) | 345.6º | 0.38% | 0.26% | - |
| XYZ | 3.55 | 2.95 | 3.07 | - |
| YUV | 49.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 47 | 0 | 0.38 | 0.29 | 0.74 | 345.6 | 0.23 | 0.21 |
| Hex | 42 | 29 | 2F | 0 | 26 | 1D | 4A | 15A | 17 | 15 |
| Octal | 102 | 51 | 57 | 0 | 46 | 35 | 112 | 532 | 27 | 25 |
| Binary | 1000010 | 101001 | 101111 | 0 | 100110 | 11101 | 1001010 | 101011010 | 10111 | 10101 |
Color Harmonies of #42292F
Complementary color
Monochromatic Colors of #42292F
Black with #42292F
Text Example
Text Example
White with #42292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42292F; }
p { color: rgb(66,41,47); }
H1.HeaderClassName
{
color: #42292F;
}
.AnyTagClassName
{
color: #42292F;
}
</style>
background-color css
<style>
a { background-color: #42292F; }
a { background-color: rgb(66,41,47); }
div.DivClassName
{
background-color: #42292F;
}
.BgClassName
{
background-color: #42292F;
}
</style>
border-color css
<style>
span { border-color: #42292F; }
span { border-color: rgb(66,41,47); }
td.TdClassName
{
border-color: #42292F;
}
.TagClassName
{
border-color: #42292F;
}
</style>