Shades of Castro #3B252C
Tints of Castro #3B252C
RGB
CMYK
RGB Variations
Color information
#3B252C (or 0x3B252C) is known color: Castro. HEX triplet: 3B, 25 and 2C. RGB value is (59,37,44). Sum of RGB (Red+Green+Blue) = 59+37+44=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B252C is #C4DAD3. Grayscale: #2C2C2C. Windows color (decimal): -12901076 or 2893115. OLE color: 2893115.
HSL color Cylindrical-coordinate representation of color #3B252C: hue angle of 340.91º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B252C is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 44 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.77 |
| HSL | 340.91º | 0.23% | 0.19% | - |
| HSV(B) | 340.91º | 0.37% | 0.23% | - |
| XYZ | 2.92 | 2.43 | 2.7 | - |
| YUV | 44.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 44 | 0 | 0.37 | 0.25 | 0.77 | 340.91 | 0.23 | 0.19 |
| Hex | 3B | 25 | 2C | 0 | 25 | 19 | 4D | 155 | 17 | 13 |
| Octal | 73 | 45 | 54 | 0 | 45 | 31 | 115 | 525 | 27 | 23 |
| Binary | 111011 | 100101 | 101100 | 0 | 100101 | 11001 | 1001101 | 101010101 | 10111 | 10011 |
Color Harmonies of #3B252C
Complementary color
Monochromatic Colors of #3B252C
Black with #3B252C
Text Example
Text Example
White with #3B252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B252C; }
p { color: rgb(59,37,44); }
H1.HeaderClassName
{
color: #3B252C;
}
.AnyTagClassName
{
color: #3B252C;
}
</style>
background-color css
<style>
a { background-color: #3B252C; }
a { background-color: rgb(59,37,44); }
div.DivClassName
{
background-color: #3B252C;
}
.BgClassName
{
background-color: #3B252C;
}
</style>
border-color css
<style>
span { border-color: #3B252C; }
span { border-color: rgb(59,37,44); }
td.TdClassName
{
border-color: #3B252C;
}
.TagClassName
{
border-color: #3B252C;
}
</style>