Shades of Castro #42252F
Tints of Castro #42252F
RGB
CMYK
RGB Variations
Color information
#42252F (or 0x42252F) is known color: Castro. HEX triplet: 42, 25 and 2F. RGB value is (66,37,47). Sum of RGB (Red+Green+Blue) = 66+37+47=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42252F is #BDDAD0. Grayscale: #2E2E2E. Windows color (decimal): -12442321 or 3089730. OLE color: 3089730.
HSL color Cylindrical-coordinate representation of color #42252F: hue angle of 339.31º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42252F is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 37 | 47 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.74 |
| HSL | 339.31º | 0.28% | 0.2% | - |
| HSV(B) | 339.31º | 0.44% | 0.26% | - |
| XYZ | 3.42 | 2.69 | 3.03 | - |
| YUV | 46.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 37 | 47 | 0 | 0.44 | 0.29 | 0.74 | 339.31 | 0.28 | 0.2 |
| Hex | 42 | 25 | 2F | 0 | 2C | 1D | 4A | 153 | 1C | 14 |
| Octal | 102 | 45 | 57 | 0 | 54 | 35 | 112 | 523 | 34 | 24 |
| Binary | 1000010 | 100101 | 101111 | 0 | 101100 | 11101 | 1001010 | 101010011 | 11100 | 10100 |
Color Harmonies of #42252F
Complementary color
Monochromatic Colors of #42252F
Black with #42252F
Text Example
Text Example
White with #42252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42252F; }
p { color: rgb(66,37,47); }
H1.HeaderClassName
{
color: #42252F;
}
.AnyTagClassName
{
color: #42252F;
}
</style>
background-color css
<style>
a { background-color: #42252F; }
a { background-color: rgb(66,37,47); }
div.DivClassName
{
background-color: #42252F;
}
.BgClassName
{
background-color: #42252F;
}
</style>
border-color css
<style>
span { border-color: #42252F; }
span { border-color: rgb(66,37,47); }
td.TdClassName
{
border-color: #42252F;
}
.TagClassName
{
border-color: #42252F;
}
</style>