Shades of Castro #40202B
Tints of Castro #40202B
RGB
CMYK
RGB Variations
Color information
#40202B (or 0x40202B) is known color: Castro. HEX triplet: 40, 20 and 2B. RGB value is (64,32,43). Sum of RGB (Red+Green+Blue) = 64+32+43=139 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.04% from 139); Green value is 32 (12.89% from 255 or 23.02% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 64 - color contains mainly: red. Hex color #40202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40202B is #BFDFD4. Grayscale: #2A2A2A. Windows color (decimal): -12574677 or 2826304. OLE color: 2826304.
HSL color Cylindrical-coordinate representation of color #40202B: hue angle of 339.38º 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 #40202B is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 32 | 43 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.75 |
| HSL | 339.38º | 0.33% | 0.19% | - |
| HSV(B) | 339.38º | 0.5% | 0.25% | - |
| XYZ | 3.07 | 2.3 | 2.57 | - |
| YUV | 42.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 43 | 0 | 0.50 | 0.33 | 0.75 | 339.38 | 0.33 | 0.19 |
| Hex | 40 | 20 | 2B | 0 | 32 | 21 | 4B | 153 | 21 | 13 |
| Octal | 100 | 40 | 53 | 0 | 62 | 41 | 113 | 523 | 41 | 23 |
| Binary | 1000000 | 100000 | 101011 | 0 | 110010 | 100001 | 1001011 | 101010011 | 100001 | 10011 |
Color Harmonies of #40202B
Complementary color
Monochromatic Colors of #40202B
Black with #40202B
Text Example
Text Example
White with #40202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40202B; }
p { color: rgb(64,32,43); }
H1.HeaderClassName
{
color: #40202B;
}
.AnyTagClassName
{
color: #40202B;
}
</style>
background-color css
<style>
a { background-color: #40202B; }
a { background-color: rgb(64,32,43); }
div.DivClassName
{
background-color: #40202B;
}
.BgClassName
{
background-color: #40202B;
}
</style>
border-color css
<style>
span { border-color: #40202B; }
span { border-color: rgb(64,32,43); }
td.TdClassName
{
border-color: #40202B;
}
.TagClassName
{
border-color: #40202B;
}
</style>