Shades of Castro #42272F
Tints of Castro #42272F
RGB
CMYK
RGB Variations
Color information
#42272F (or 0x42272F) is known color: Castro. HEX triplet: 42, 27 and 2F. RGB value is (66,39,47). Sum of RGB (Red+Green+Blue) = 66+39+47=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 39 (15.62% from 255 or 25.66% from 152); Blue value is 47 (18.75% from 255 or 30.92% from 152); Max value from RGB is 66 - color contains mainly: red. Hex color #42272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42272F is #BDD8D0. Grayscale: #2F2F2F. Windows color (decimal): -12441809 or 3090242. OLE color: 3090242.
HSL color Cylindrical-coordinate representation of color #42272F: hue angle of 342.22º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #42272F is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 47 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.74 |
| HSL | 342.22º | 0.26% | 0.21% | - |
| HSV(B) | 342.22º | 0.41% | 0.26% | - |
| XYZ | 3.49 | 2.81 | 3.05 | - |
| YUV | 47.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 47 | 0 | 0.41 | 0.29 | 0.74 | 342.22 | 0.26 | 0.21 |
| Hex | 42 | 27 | 2F | 0 | 29 | 1D | 4A | 156 | 1A | 15 |
| Octal | 102 | 47 | 57 | 0 | 51 | 35 | 112 | 526 | 32 | 25 |
| Binary | 1000010 | 100111 | 101111 | 0 | 101001 | 11101 | 1001010 | 101010110 | 11010 | 10101 |
Color Harmonies of #42272F
Complementary color
Monochromatic Colors of #42272F
Black with #42272F
Text Example
Text Example
White with #42272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42272F; }
p { color: rgb(66,39,47); }
H1.HeaderClassName
{
color: #42272F;
}
.AnyTagClassName
{
color: #42272F;
}
</style>
background-color css
<style>
a { background-color: #42272F; }
a { background-color: rgb(66,39,47); }
div.DivClassName
{
background-color: #42272F;
}
.BgClassName
{
background-color: #42272F;
}
</style>
border-color css
<style>
span { border-color: #42272F; }
span { border-color: rgb(66,39,47); }
td.TdClassName
{
border-color: #42272F;
}
.TagClassName
{
border-color: #42272F;
}
</style>