Shades of Castro #41202B
Tints of Castro #41202B
RGB
CMYK
RGB Variations
Color information
#41202B (or 0x41202B) is known color: Castro. HEX triplet: 41, 20 and 2B. RGB value is (65,32,43). Sum of RGB (Red+Green+Blue) = 65+32+43=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41202B is #BEDFD4. Grayscale: #2B2B2B. Windows color (decimal): -12509141 or 2826305. OLE color: 2826305.
HSL color Cylindrical-coordinate representation of color #41202B: hue angle of 340º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #41202B is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 32 | 43 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.75 |
| HSL | 340º | 0.34% | 0.19% | - |
| HSV(B) | 340º | 0.51% | 0.25% | - |
| XYZ | 3.13 | 2.33 | 2.57 | - |
| YUV | 43.12 | 127.93 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 43 | 0 | 0.51 | 0.34 | 0.75 | 340 | 0.34 | 0.19 |
| Hex | 41 | 20 | 2B | 0 | 33 | 22 | 4B | 154 | 22 | 13 |
| Octal | 101 | 40 | 53 | 0 | 63 | 42 | 113 | 524 | 42 | 23 |
| Binary | 1000001 | 100000 | 101011 | 0 | 110011 | 100010 | 1001011 | 101010100 | 100010 | 10011 |
Color Harmonies of #41202B
Complementary color
Monochromatic Colors of #41202B
Black with #41202B
Text Example
Text Example
White with #41202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41202B; }
p { color: rgb(65,32,43); }
H1.HeaderClassName
{
color: #41202B;
}
.AnyTagClassName
{
color: #41202B;
}
</style>
background-color css
<style>
a { background-color: #41202B; }
a { background-color: rgb(65,32,43); }
div.DivClassName
{
background-color: #41202B;
}
.BgClassName
{
background-color: #41202B;
}
</style>
border-color css
<style>
span { border-color: #41202B; }
span { border-color: rgb(65,32,43); }
td.TdClassName
{
border-color: #41202B;
}
.TagClassName
{
border-color: #41202B;
}
</style>