Shades of Castro #421E2A
Tints of Castro #421E2A
RGB
CMYK
RGB Variations
Color information
#421E2A (or 0x421E2A) is known color: Castro. HEX triplet: 42, 1E and 2A. RGB value is (66,30,42). Sum of RGB (Red+Green+Blue) = 66+30+42=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #421E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E2A is #BDE1D5. Grayscale: #2A2A2A. Windows color (decimal): -12444118 or 2760258. OLE color: 2760258.
HSL color Cylindrical-coordinate representation of color #421E2A: hue angle of 340º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #421E2A is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 42 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.74 |
| HSL | 340º | 0.38% | 0.19% | - |
| HSV(B) | 340º | 0.55% | 0.26% | - |
| XYZ | 3.13 | 2.25 | 2.46 | - |
| YUV | 42.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 42 | 0 | 0.55 | 0.36 | 0.74 | 340 | 0.38 | 0.19 |
| Hex | 42 | 1E | 2A | 0 | 37 | 24 | 4A | 154 | 26 | 13 |
| Octal | 102 | 36 | 52 | 0 | 67 | 44 | 112 | 524 | 46 | 23 |
| Binary | 1000010 | 11110 | 101010 | 0 | 110111 | 100100 | 1001010 | 101010100 | 100110 | 10011 |
Color Harmonies of #421E2A
Complementary color
Monochromatic Colors of #421E2A
Black with #421E2A
Text Example
Text Example
White with #421E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E2A; }
p { color: rgb(66,30,42); }
H1.HeaderClassName
{
color: #421E2A;
}
.AnyTagClassName
{
color: #421E2A;
}
</style>
background-color css
<style>
a { background-color: #421E2A; }
a { background-color: rgb(66,30,42); }
div.DivClassName
{
background-color: #421E2A;
}
.BgClassName
{
background-color: #421E2A;
}
</style>
border-color css
<style>
span { border-color: #421E2A; }
span { border-color: rgb(66,30,42); }
td.TdClassName
{
border-color: #421E2A;
}
.TagClassName
{
border-color: #421E2A;
}
</style>