Shades of Castro #3F252C
Tints of Castro #3F252C
RGB
CMYK
RGB Variations
Color information
#3F252C (or 0x3F252C) is known color: Castro. HEX triplet: 3F, 25 and 2C. RGB value is (63,37,44). Sum of RGB (Red+Green+Blue) = 63+37+44=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F252C is #C0DAD3. Grayscale: #2D2D2D. Windows color (decimal): -12638932 or 2893119. OLE color: 2893119.
HSL color Cylindrical-coordinate representation of color #3F252C: hue angle of 343.85º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F252C is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 37 | 44 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.75 |
| HSL | 343.85º | 0.26% | 0.2% | - |
| HSV(B) | 343.85º | 0.41% | 0.25% | - |
| XYZ | 3.17 | 2.56 | 2.71 | - |
| YUV | 45.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 44 | 0 | 0.41 | 0.30 | 0.75 | 343.85 | 0.26 | 0.2 |
| Hex | 3F | 25 | 2C | 0 | 29 | 1E | 4B | 158 | 1A | 14 |
| Octal | 77 | 45 | 54 | 0 | 51 | 36 | 113 | 530 | 32 | 24 |
| Binary | 111111 | 100101 | 101100 | 0 | 101001 | 11110 | 1001011 | 101011000 | 11010 | 10100 |
Color Harmonies of #3F252C
Complementary color
Monochromatic Colors of #3F252C
Black with #3F252C
Text Example
Text Example
White with #3F252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F252C; }
p { color: rgb(63,37,44); }
H1.HeaderClassName
{
color: #3F252C;
}
.AnyTagClassName
{
color: #3F252C;
}
</style>
background-color css
<style>
a { background-color: #3F252C; }
a { background-color: rgb(63,37,44); }
div.DivClassName
{
background-color: #3F252C;
}
.BgClassName
{
background-color: #3F252C;
}
</style>
border-color css
<style>
span { border-color: #3F252C; }
span { border-color: rgb(63,37,44); }
td.TdClassName
{
border-color: #3F252C;
}
.TagClassName
{
border-color: #3F252C;
}
</style>