Shades of Castro #40282F
Tints of Castro #40282F
RGB
CMYK
RGB Variations
Color information
#40282F (or 0x40282F) is known color: Castro. HEX triplet: 40, 28 and 2F. RGB value is (64,40,47). Sum of RGB (Red+Green+Blue) = 64+40+47=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #40282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40282F is #BFD7D0. Grayscale: #2F2F2F. Windows color (decimal): -12572625 or 3090496. OLE color: 3090496.
HSL color Cylindrical-coordinate representation of color #40282F: hue angle of 342.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40282F is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 47 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.75 |
| HSL | 342.5º | 0.23% | 0.2% | - |
| HSV(B) | 342.5º | 0.38% | 0.25% | - |
| XYZ | 3.39 | 2.81 | 3.05 | - |
| YUV | 47.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 47 | 0 | 0.38 | 0.27 | 0.75 | 342.5 | 0.23 | 0.2 |
| Hex | 40 | 28 | 2F | 0 | 26 | 1B | 4B | 156 | 17 | 14 |
| Octal | 100 | 50 | 57 | 0 | 46 | 33 | 113 | 526 | 27 | 24 |
| Binary | 1000000 | 101000 | 101111 | 0 | 100110 | 11011 | 1001011 | 101010110 | 10111 | 10100 |
Color Harmonies of #40282F
Complementary color
Monochromatic Colors of #40282F
Black with #40282F
Text Example
Text Example
White with #40282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40282F; }
p { color: rgb(64,40,47); }
H1.HeaderClassName
{
color: #40282F;
}
.AnyTagClassName
{
color: #40282F;
}
</style>
background-color css
<style>
a { background-color: #40282F; }
a { background-color: rgb(64,40,47); }
div.DivClassName
{
background-color: #40282F;
}
.BgClassName
{
background-color: #40282F;
}
</style>
border-color css
<style>
span { border-color: #40282F; }
span { border-color: rgb(64,40,47); }
td.TdClassName
{
border-color: #40282F;
}
.TagClassName
{
border-color: #40282F;
}
</style>