Shades of Castro #37252B
Tints of Castro #37252B
RGB
CMYK
RGB Variations
Color information
#37252B (or 0x37252B) is known color: Castro. HEX triplet: 37, 25 and 2B. RGB value is (55,37,43). Sum of RGB (Red+Green+Blue) = 55+37+43=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 55 - color contains mainly: red. Hex color #37252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37252B is #C8DAD4. Grayscale: #2B2B2B. Windows color (decimal): -13163221 or 2827575. OLE color: 2827575.
HSL color Cylindrical-coordinate representation of color #37252B: hue angle of 340º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #37252B is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 37 | 43 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.78 |
| HSL | 340º | 0.2% | 0.18% | - |
| HSV(B) | 340º | 0.33% | 0.22% | - |
| XYZ | 2.67 | 2.31 | 2.59 | - |
| YUV | 43.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 43 | 0 | 0.33 | 0.22 | 0.78 | 340 | 0.2 | 0.18 |
| Hex | 37 | 25 | 2B | 0 | 21 | 16 | 4E | 154 | 14 | 12 |
| Octal | 67 | 45 | 53 | 0 | 41 | 26 | 116 | 524 | 24 | 22 |
| Binary | 110111 | 100101 | 101011 | 0 | 100001 | 10110 | 1001110 | 101010100 | 10100 | 10010 |
Color Harmonies of #37252B
Complementary color
Monochromatic Colors of #37252B
Black with #37252B
Text Example
Text Example
White with #37252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37252B; }
p { color: rgb(55,37,43); }
H1.HeaderClassName
{
color: #37252B;
}
.AnyTagClassName
{
color: #37252B;
}
</style>
background-color css
<style>
a { background-color: #37252B; }
a { background-color: rgb(55,37,43); }
div.DivClassName
{
background-color: #37252B;
}
.BgClassName
{
background-color: #37252B;
}
</style>
border-color css
<style>
span { border-color: #37252B; }
span { border-color: rgb(55,37,43); }
td.TdClassName
{
border-color: #37252B;
}
.TagClassName
{
border-color: #37252B;
}
</style>