Shades of Castro #431E29
Tints of Castro #431E29
RGB
CMYK
RGB Variations
Color information
#431E29 (or 0x431E29) is known color: Castro. HEX triplet: 43, 1E and 29. RGB value is (67,30,41). Sum of RGB (Red+Green+Blue) = 67+30+41=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #431E29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E29 is #BCE1D6. Grayscale: #2A2A2A. Windows color (decimal): -12378583 or 2694723. OLE color: 2694723.
HSL color Cylindrical-coordinate representation of color #431E29: hue angle of 342.16º 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 #431E29 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 41 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.74 |
| HSL | 342.16º | 0.38% | 0.19% | - |
| HSV(B) | 342.16º | 0.55% | 0.26% | - |
| XYZ | 3.18 | 2.28 | 2.37 | - |
| YUV | 42.32 | 127.26 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 41 | 0 | 0.55 | 0.39 | 0.74 | 342.16 | 0.38 | 0.19 |
| Hex | 43 | 1E | 29 | 0 | 37 | 27 | 4A | 156 | 26 | 13 |
| Octal | 103 | 36 | 51 | 0 | 67 | 47 | 112 | 526 | 46 | 23 |
| Binary | 1000011 | 11110 | 101001 | 0 | 110111 | 100111 | 1001010 | 101010110 | 100110 | 10011 |
Color Harmonies of #431E29
Complementary color
Monochromatic Colors of #431E29
Black with #431E29
Text Example
Text Example
White with #431E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E29; }
p { color: rgb(67,30,41); }
H1.HeaderClassName
{
color: #431E29;
}
.AnyTagClassName
{
color: #431E29;
}
</style>
background-color css
<style>
a { background-color: #431E29; }
a { background-color: rgb(67,30,41); }
div.DivClassName
{
background-color: #431E29;
}
.BgClassName
{
background-color: #431E29;
}
</style>
border-color css
<style>
span { border-color: #431E29; }
span { border-color: rgb(67,30,41); }
td.TdClassName
{
border-color: #431E29;
}
.TagClassName
{
border-color: #431E29;
}
</style>