Shades of Castro #3F1B28
Tints of Castro #3F1B28
RGB
CMYK
RGB Variations
Color information
#3F1B28 (or 0x3F1B28) is known color: Castro. HEX triplet: 3F, 1B and 28. RGB value is (63,27,40). Sum of RGB (Red+Green+Blue) = 63+27+40=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B28 is #C0E4D7. Grayscale: #272727. Windows color (decimal): -12641496 or 2628415. OLE color: 2628415.
HSL color Cylindrical-coordinate representation of color #3F1B28: hue angle of 338.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F1B28 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 40 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.75 |
| HSL | 338.33º | 0.4% | 0.18% | - |
| HSV(B) | 338.33º | 0.57% | 0.25% | - |
| XYZ | 2.82 | 1.99 | 2.24 | - |
| YUV | 39.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 40 | 0 | 0.57 | 0.37 | 0.75 | 338.33 | 0.4 | 0.18 |
| Hex | 3F | 1B | 28 | 0 | 39 | 25 | 4B | 152 | 28 | 12 |
| Octal | 77 | 33 | 50 | 0 | 71 | 45 | 113 | 522 | 50 | 22 |
| Binary | 111111 | 11011 | 101000 | 0 | 111001 | 100101 | 1001011 | 101010010 | 101000 | 10010 |
Color Harmonies of #3F1B28
Complementary color
Monochromatic Colors of #3F1B28
Black with #3F1B28
Text Example
Text Example
White with #3F1B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B28; }
p { color: rgb(63,27,40); }
H1.HeaderClassName
{
color: #3F1B28;
}
.AnyTagClassName
{
color: #3F1B28;
}
</style>
background-color css
<style>
a { background-color: #3F1B28; }
a { background-color: rgb(63,27,40); }
div.DivClassName
{
background-color: #3F1B28;
}
.BgClassName
{
background-color: #3F1B28;
}
</style>
border-color css
<style>
span { border-color: #3F1B28; }
span { border-color: rgb(63,27,40); }
td.TdClassName
{
border-color: #3F1B28;
}
.TagClassName
{
border-color: #3F1B28;
}
</style>