Shades of Castro #3C2E32
Tints of Castro #3C2E32
RGB
CMYK
RGB Variations
Color information
#3C2E32 (or 0x3C2E32) is known color: Castro. HEX triplet: 3C, 2E and 32. RGB value is (60,46,50). Sum of RGB (Red+Green+Blue) = 60+46+50=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 46 (18.36% from 255 or 29.49% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2E32 is #C3D1CD. Grayscale: #323232. Windows color (decimal): -12833230 or 3288636. OLE color: 3288636.
HSL color Cylindrical-coordinate representation of color #3C2E32: hue angle of 342.86º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C2E32 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 46 | 50 | - |
CMYK | 0 | 0.23 | 0.17 | 0.76 |
HSL | 342.86º | 0.13% | 0.21% | - |
HSV(B) | 342.86º | 0.23% | 0.24% | - |
XYZ | 3.42 | 3.14 | 3.44 | - |
YUV | 50.64 | 127.64 | 134.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 46 | 50 | 0 | 0.23 | 0.17 | 0.76 | 342.86 | 0.13 | 0.21 |
Hex | 3C | 2E | 32 | 0 | 17 | 11 | 4C | 157 | D | 15 |
Octal | 74 | 56 | 62 | 0 | 27 | 21 | 114 | 527 | 15 | 25 |
Binary | 111100 | 101110 | 110010 | 0 | 10111 | 10001 | 1001100 | 101010111 | 1101 | 10101 |
Color Harmonies of #3C2E32
Complementary color
Monochromatic Colors of #3C2E32
Black with #3C2E32
Text Example
Text Example
White with #3C2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2E32; }
p { color: rgb(60,46,50); }
H1.HeaderClassName
{
color: #3C2E32;
}
.AnyTagClassName
{
color: #3C2E32;
}
</style>
background-color css
<style>
a { background-color: #3C2E32; }
a { background-color: rgb(60,46,50); }
div.DivClassName
{
background-color: #3C2E32;
}
.BgClassName
{
background-color: #3C2E32;
}
</style>
border-color css
<style>
span { border-color: #3C2E32; }
span { border-color: rgb(60,46,50); }
td.TdClassName
{
border-color: #3C2E32;
}
.TagClassName
{
border-color: #3C2E32;
}
</style>