Shades of Castro #40202C
Tints of Castro #40202C
RGB
CMYK
RGB Variations
Color information
#40202C (or 0x40202C) is known color: Castro. HEX triplet: 40, 20 and 2C. RGB value is (64,32,44). Sum of RGB (Red+Green+Blue) = 64+32+44=140 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 64 - color contains mainly: red. Hex color #40202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40202C is #BFDFD3. Grayscale: #2A2A2A. Windows color (decimal): -12574676 or 2891840. OLE color: 2891840.
HSL color Cylindrical-coordinate representation of color #40202C: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #40202C is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 44 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.75 |
| HSL | 337.5º | 0.33% | 0.19% | - |
| HSV(B) | 337.5º | 0.5% | 0.25% | - |
| XYZ | 3.09 | 2.3 | 2.67 | - |
| YUV | 42.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 44 | 0 | 0.50 | 0.31 | 0.75 | 337.5 | 0.33 | 0.19 |
| Hex | 40 | 20 | 2C | 0 | 32 | 1F | 4B | 152 | 21 | 13 |
| Octal | 100 | 40 | 54 | 0 | 62 | 37 | 113 | 522 | 41 | 23 |
| Binary | 1000000 | 100000 | 101100 | 0 | 110010 | 11111 | 1001011 | 101010010 | 100001 | 10011 |
Color Harmonies of #40202C
Complementary color
Monochromatic Colors of #40202C
Black with #40202C
Text Example
Text Example
White with #40202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40202C; }
p { color: rgb(64,32,44); }
H1.HeaderClassName
{
color: #40202C;
}
.AnyTagClassName
{
color: #40202C;
}
</style>
background-color css
<style>
a { background-color: #40202C; }
a { background-color: rgb(64,32,44); }
div.DivClassName
{
background-color: #40202C;
}
.BgClassName
{
background-color: #40202C;
}
</style>
border-color css
<style>
span { border-color: #40202C; }
span { border-color: rgb(64,32,44); }
td.TdClassName
{
border-color: #40202C;
}
.TagClassName
{
border-color: #40202C;
}
</style>