Shades of Castro #39292E
Tints of Castro #39292E
RGB
CMYK
RGB Variations
Color information
#39292E (or 0x39292E) is known color: Castro. HEX triplet: 39, 29 and 2E. RGB value is (57,41,46). Sum of RGB (Red+Green+Blue) = 57+41+46=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #39292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39292E is #C6D6D1. Grayscale: #2E2E2E. Windows color (decimal): -13031122 or 3025209. OLE color: 3025209.
HSL color Cylindrical-coordinate representation of color #39292E: hue angle of 341.25º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #39292E is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 41 | 46 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.78 |
| HSL | 341.25º | 0.16% | 0.19% | - |
| HSV(B) | 341.25º | 0.28% | 0.22% | - |
| XYZ | 2.97 | 2.65 | 2.94 | - |
| YUV | 46.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 46 | 0 | 0.28 | 0.19 | 0.78 | 341.25 | 0.16 | 0.19 |
| Hex | 39 | 29 | 2E | 0 | 1C | 13 | 4E | 155 | 10 | 13 |
| Octal | 71 | 51 | 56 | 0 | 34 | 23 | 116 | 525 | 20 | 23 |
| Binary | 111001 | 101001 | 101110 | 0 | 11100 | 10011 | 1001110 | 101010101 | 10000 | 10011 |
Color Harmonies of #39292E
Complementary color
Monochromatic Colors of #39292E
Black with #39292E
Text Example
Text Example
White with #39292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39292E; }
p { color: rgb(57,41,46); }
H1.HeaderClassName
{
color: #39292E;
}
.AnyTagClassName
{
color: #39292E;
}
</style>
background-color css
<style>
a { background-color: #39292E; }
a { background-color: rgb(57,41,46); }
div.DivClassName
{
background-color: #39292E;
}
.BgClassName
{
background-color: #39292E;
}
</style>
border-color css
<style>
span { border-color: #39292E; }
span { border-color: rgb(57,41,46); }
td.TdClassName
{
border-color: #39292E;
}
.TagClassName
{
border-color: #39292E;
}
</style>