Shades of Castro #3E232C
Tints of Castro #3E232C
RGB
CMYK
RGB Variations
Color information
#3E232C (or 0x3E232C) is known color: Castro. HEX triplet: 3E, 23 and 2C. RGB value is (62,35,44). Sum of RGB (Red+Green+Blue) = 62+35+44=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E232C is #C1DCD3. Grayscale: #2C2C2C. Windows color (decimal): -12704980 or 2892606. OLE color: 2892606.
HSL color Cylindrical-coordinate representation of color #3E232C: hue angle of 340º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E232C is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 35 | 44 | - |
CMYK | 0 | 0.44 | 0.29 | 0.76 |
HSL | 340º | 0.28% | 0.19% | - |
HSV(B) | 340º | 0.44% | 0.24% | - |
XYZ | 3.04 | 2.41 | 2.69 | - |
YUV | 44.1 | 127.95 | 140.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 35 | 44 | 0 | 0.44 | 0.29 | 0.76 | 340 | 0.28 | 0.19 |
Hex | 3E | 23 | 2C | 0 | 2C | 1D | 4C | 154 | 1C | 13 |
Octal | 76 | 43 | 54 | 0 | 54 | 35 | 114 | 524 | 34 | 23 |
Binary | 111110 | 100011 | 101100 | 0 | 101100 | 11101 | 1001100 | 101010100 | 11100 | 10011 |
Color Harmonies of #3E232C
Complementary color
Monochromatic Colors of #3E232C
Black with #3E232C
Text Example
Text Example
White with #3E232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E232C; }
p { color: rgb(62,35,44); }
H1.HeaderClassName
{
color: #3E232C;
}
.AnyTagClassName
{
color: #3E232C;
}
</style>
background-color css
<style>
a { background-color: #3E232C; }
a { background-color: rgb(62,35,44); }
div.DivClassName
{
background-color: #3E232C;
}
.BgClassName
{
background-color: #3E232C;
}
</style>
border-color css
<style>
span { border-color: #3E232C; }
span { border-color: rgb(62,35,44); }
td.TdClassName
{
border-color: #3E232C;
}
.TagClassName
{
border-color: #3E232C;
}
</style>