Shades of Castro #41212A
Tints of Castro #41212A
RGB
CMYK
RGB Variations
Color information
#41212A (or 0x41212A) is known color: Castro. HEX triplet: 41, 21 and 2A. RGB value is (65,33,42). Sum of RGB (Red+Green+Blue) = 65+33+42=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #41212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41212A is #BEDED5. Grayscale: #2B2B2B. Windows color (decimal): -12508886 or 2761025. OLE color: 2761025.
HSL color Cylindrical-coordinate representation of color #41212A: hue angle of 343.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #41212A is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 33 | 42 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.75 |
| HSL | 343.13º | 0.33% | 0.19% | - |
| HSV(B) | 343.13º | 0.49% | 0.25% | - |
| XYZ | 3.14 | 2.38 | 2.48 | - |
| YUV | 43.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 42 | 0 | 0.49 | 0.35 | 0.75 | 343.13 | 0.33 | 0.19 |
| Hex | 41 | 21 | 2A | 0 | 31 | 23 | 4B | 157 | 21 | 13 |
| Octal | 101 | 41 | 52 | 0 | 61 | 43 | 113 | 527 | 41 | 23 |
| Binary | 1000001 | 100001 | 101010 | 0 | 110001 | 100011 | 1001011 | 101010111 | 100001 | 10011 |
Color Harmonies of #41212A
Complementary color
Monochromatic Colors of #41212A
Black with #41212A
Text Example
Text Example
White with #41212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41212A; }
p { color: rgb(65,33,42); }
H1.HeaderClassName
{
color: #41212A;
}
.AnyTagClassName
{
color: #41212A;
}
</style>
background-color css
<style>
a { background-color: #41212A; }
a { background-color: rgb(65,33,42); }
div.DivClassName
{
background-color: #41212A;
}
.BgClassName
{
background-color: #41212A;
}
</style>
border-color css
<style>
span { border-color: #41212A; }
span { border-color: rgb(65,33,42); }
td.TdClassName
{
border-color: #41212A;
}
.TagClassName
{
border-color: #41212A;
}
</style>