Shades of Castro #421F2B
Tints of Castro #421F2B
RGB
CMYK
RGB Variations
Color information
#421F2B (or 0x421F2B) is known color: Castro. HEX triplet: 42, 1F and 2B. RGB value is (66,31,43). Sum of RGB (Red+Green+Blue) = 66+31+43=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #421F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421F2B is #BDE0D4. Grayscale: #2A2A2A. Windows color (decimal): -12443861 or 2826050. OLE color: 2826050.
HSL color Cylindrical-coordinate representation of color #421F2B: hue angle of 339.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #421F2B is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 31 | 43 | - |
| CMYK | 0 | 0.53 | 0.35 | 0.74 |
| HSL | 339.43º | 0.36% | 0.19% | - |
| HSV(B) | 339.43º | 0.53% | 0.26% | - |
| XYZ | 3.17 | 2.31 | 2.56 | - |
| YUV | 42.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 43 | 0 | 0.53 | 0.35 | 0.74 | 339.43 | 0.36 | 0.19 |
| Hex | 42 | 1F | 2B | 0 | 35 | 23 | 4A | 153 | 24 | 13 |
| Octal | 102 | 37 | 53 | 0 | 65 | 43 | 112 | 523 | 44 | 23 |
| Binary | 1000010 | 11111 | 101011 | 0 | 110101 | 100011 | 1001010 | 101010011 | 100100 | 10011 |
Color Harmonies of #421F2B
Complementary color
Monochromatic Colors of #421F2B
Black with #421F2B
Text Example
Text Example
White with #421F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421F2B; }
p { color: rgb(66,31,43); }
H1.HeaderClassName
{
color: #421F2B;
}
.AnyTagClassName
{
color: #421F2B;
}
</style>
background-color css
<style>
a { background-color: #421F2B; }
a { background-color: rgb(66,31,43); }
div.DivClassName
{
background-color: #421F2B;
}
.BgClassName
{
background-color: #421F2B;
}
</style>
border-color css
<style>
span { border-color: #421F2B; }
span { border-color: rgb(66,31,43); }
td.TdClassName
{
border-color: #421F2B;
}
.TagClassName
{
border-color: #421F2B;
}
</style>