Shades of Castro #431E2C
Tints of Castro #431E2C
RGB
CMYK
RGB Variations
Color information
#431E2C (or 0x431E2C) is known color: Castro. HEX triplet: 43, 1E and 2C. RGB value is (67,30,44). Sum of RGB (Red+Green+Blue) = 67+30+44=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E2C is #BCE1D3. Grayscale: #2A2A2A. Windows color (decimal): -12378580 or 2891331. OLE color: 2891331.
HSL color Cylindrical-coordinate representation of color #431E2C: hue angle of 337.3º 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 #431E2C is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 30 | 44 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.74 |
| HSL | 337.3º | 0.38% | 0.19% | - |
| HSV(B) | 337.3º | 0.55% | 0.26% | - |
| XYZ | 3.23 | 2.3 | 2.66 | - |
| YUV | 42.66 | 128.76 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 30 | 44 | 0 | 0.55 | 0.34 | 0.74 | 337.3 | 0.38 | 0.19 |
| Hex | 43 | 1E | 2C | 0 | 37 | 22 | 4A | 151 | 26 | 13 |
| Octal | 103 | 36 | 54 | 0 | 67 | 42 | 112 | 521 | 46 | 23 |
| Binary | 1000011 | 11110 | 101100 | 0 | 110111 | 100010 | 1001010 | 101010001 | 100110 | 10011 |
Color Harmonies of #431E2C
Complementary color
Monochromatic Colors of #431E2C
Black with #431E2C
Text Example
Text Example
White with #431E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431E2C; }
p { color: rgb(67,30,44); }
H1.HeaderClassName
{
color: #431E2C;
}
.AnyTagClassName
{
color: #431E2C;
}
</style>
background-color css
<style>
a { background-color: #431E2C; }
a { background-color: rgb(67,30,44); }
div.DivClassName
{
background-color: #431E2C;
}
.BgClassName
{
background-color: #431E2C;
}
</style>
border-color css
<style>
span { border-color: #431E2C; }
span { border-color: rgb(67,30,44); }
td.TdClassName
{
border-color: #431E2C;
}
.TagClassName
{
border-color: #431E2C;
}
</style>