Shades of Castro #421E2B
Tints of Castro #421E2B
RGB
CMYK
RGB Variations
Color information
#421E2B (or 0x421E2B) is known color: Castro. HEX triplet: 42, 1E and 2B. RGB value is (66,30,43). Sum of RGB (Red+Green+Blue) = 66+30+43=139 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.48% from 139); Green value is 30 (12.11% from 255 or 21.58% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 66 - color contains mainly: red. Hex color #421E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421E2B is #BDE1D4. Grayscale: #2A2A2A. Windows color (decimal): -12444117 or 2825794. OLE color: 2825794.
HSL color Cylindrical-coordinate representation of color #421E2B: hue angle of 338.33º 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 #421E2B is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 30 | 43 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.74 |
| HSL | 338.33º | 0.38% | 0.19% | - |
| HSV(B) | 338.33º | 0.55% | 0.26% | - |
| XYZ | 3.15 | 2.26 | 2.56 | - |
| YUV | 42.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 30 | 43 | 0 | 0.55 | 0.35 | 0.74 | 338.33 | 0.38 | 0.19 |
| Hex | 42 | 1E | 2B | 0 | 37 | 23 | 4A | 152 | 26 | 13 |
| Octal | 102 | 36 | 53 | 0 | 67 | 43 | 112 | 522 | 46 | 23 |
| Binary | 1000010 | 11110 | 101011 | 0 | 110111 | 100011 | 1001010 | 101010010 | 100110 | 10011 |
Color Harmonies of #421E2B
Complementary color
Monochromatic Colors of #421E2B
Black with #421E2B
Text Example
Text Example
White with #421E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421E2B; }
p { color: rgb(66,30,43); }
H1.HeaderClassName
{
color: #421E2B;
}
.AnyTagClassName
{
color: #421E2B;
}
</style>
background-color css
<style>
a { background-color: #421E2B; }
a { background-color: rgb(66,30,43); }
div.DivClassName
{
background-color: #421E2B;
}
.BgClassName
{
background-color: #421E2B;
}
</style>
border-color css
<style>
span { border-color: #421E2B; }
span { border-color: rgb(66,30,43); }
td.TdClassName
{
border-color: #421E2B;
}
.TagClassName
{
border-color: #421E2B;
}
</style>