Shades of Castro #42272E
Tints of Castro #42272E
RGB
CMYK
RGB Variations
Color information
#42272E (or 0x42272E) is known color: Castro. HEX triplet: 42, 27 and 2E. RGB value is (66,39,46). Sum of RGB (Red+Green+Blue) = 66+39+46=151 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.71% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 46 (18.36% from 255 or 30.46% from 151); Max value from RGB is 66 - color contains mainly: red. Hex color #42272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42272E is #BDD8D1. Grayscale: #2F2F2F. Windows color (decimal): -12441810 or 3024706. OLE color: 3024706.
HSL color Cylindrical-coordinate representation of color #42272E: hue angle of 344.44º 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 #42272E is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 39 | 46 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.74 |
| HSL | 344.44º | 0.26% | 0.21% | - |
| HSV(B) | 344.44º | 0.41% | 0.26% | - |
| XYZ | 3.47 | 2.81 | 2.94 | - |
| YUV | 47.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 46 | 0 | 0.41 | 0.30 | 0.74 | 344.44 | 0.26 | 0.21 |
| Hex | 42 | 27 | 2E | 0 | 29 | 1E | 4A | 158 | 1A | 15 |
| Octal | 102 | 47 | 56 | 0 | 51 | 36 | 112 | 530 | 32 | 25 |
| Binary | 1000010 | 100111 | 101110 | 0 | 101001 | 11110 | 1001010 | 101011000 | 11010 | 10101 |
Color Harmonies of #42272E
Complementary color
Monochromatic Colors of #42272E
Black with #42272E
Text Example
Text Example
White with #42272E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42272E; }
p { color: rgb(66,39,46); }
H1.HeaderClassName
{
color: #42272E;
}
.AnyTagClassName
{
color: #42272E;
}
</style>
background-color css
<style>
a { background-color: #42272E; }
a { background-color: rgb(66,39,46); }
div.DivClassName
{
background-color: #42272E;
}
.BgClassName
{
background-color: #42272E;
}
</style>
border-color css
<style>
span { border-color: #42272E; }
span { border-color: rgb(66,39,46); }
td.TdClassName
{
border-color: #42272E;
}
.TagClassName
{
border-color: #42272E;
}
</style>