Shades of Castro #40262E
Tints of Castro #40262E
RGB
CMYK
RGB Variations
Color information
#40262E (or 0x40262E) is known color: Castro. HEX triplet: 40, 26 and 2E. RGB value is (64,38,46). Sum of RGB (Red+Green+Blue) = 64+38+46=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 38 (15.23% from 255 or 25.68% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40262E is #BFD9D1. Grayscale: #2E2E2E. Windows color (decimal): -12573138 or 3024448. OLE color: 3024448.
HSL color Cylindrical-coordinate representation of color #40262E: hue angle of 341.54º degrees, saturation: 0.25, 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 #40262E is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 38 | 46 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.75 |
| HSL | 341.54º | 0.25% | 0.2% | - |
| HSV(B) | 341.54º | 0.41% | 0.25% | - |
| XYZ | 3.3 | 2.67 | 2.93 | - |
| YUV | 46.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 38 | 46 | 0 | 0.41 | 0.28 | 0.75 | 341.54 | 0.25 | 0.2 |
| Hex | 40 | 26 | 2E | 0 | 29 | 1C | 4B | 156 | 19 | 14 |
| Octal | 100 | 46 | 56 | 0 | 51 | 34 | 113 | 526 | 31 | 24 |
| Binary | 1000000 | 100110 | 101110 | 0 | 101001 | 11100 | 1001011 | 101010110 | 11001 | 10100 |
Color Harmonies of #40262E
Complementary color
Monochromatic Colors of #40262E
Black with #40262E
Text Example
Text Example
White with #40262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40262E; }
p { color: rgb(64,38,46); }
H1.HeaderClassName
{
color: #40262E;
}
.AnyTagClassName
{
color: #40262E;
}
</style>
background-color css
<style>
a { background-color: #40262E; }
a { background-color: rgb(64,38,46); }
div.DivClassName
{
background-color: #40262E;
}
.BgClassName
{
background-color: #40262E;
}
</style>
border-color css
<style>
span { border-color: #40262E; }
span { border-color: rgb(64,38,46); }
td.TdClassName
{
border-color: #40262E;
}
.TagClassName
{
border-color: #40262E;
}
</style>