Shades of Castro #431F2B
Tints of Castro #431F2B
RGB
CMYK
RGB Variations
Color information
#431F2B (or 0x431F2B) is known color: Castro. HEX triplet: 43, 1F and 2B. RGB value is (67,31,43). Sum of RGB (Red+Green+Blue) = 67+31+43=141 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.52% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 67 - color contains mainly: red. Hex color #431F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431F2B is #BCE0D4. Grayscale: #2B2B2B. Windows color (decimal): -12378325 or 2826051. OLE color: 2826051.
HSL color Cylindrical-coordinate representation of color #431F2B: hue angle of 340º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #431F2B is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 31 | 43 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.74 |
| HSL | 340º | 0.37% | 0.19% | - |
| HSV(B) | 340º | 0.54% | 0.26% | - |
| XYZ | 3.24 | 2.35 | 2.57 | - |
| YUV | 43.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 31 | 43 | 0 | 0.54 | 0.36 | 0.74 | 340 | 0.37 | 0.19 |
| Hex | 43 | 1F | 2B | 0 | 36 | 24 | 4A | 154 | 25 | 13 |
| Octal | 103 | 37 | 53 | 0 | 66 | 44 | 112 | 524 | 45 | 23 |
| Binary | 1000011 | 11111 | 101011 | 0 | 110110 | 100100 | 1001010 | 101010100 | 100101 | 10011 |
Color Harmonies of #431F2B
Complementary color
Monochromatic Colors of #431F2B
Black with #431F2B
Text Example
Text Example
White with #431F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431F2B; }
p { color: rgb(67,31,43); }
H1.HeaderClassName
{
color: #431F2B;
}
.AnyTagClassName
{
color: #431F2B;
}
</style>
background-color css
<style>
a { background-color: #431F2B; }
a { background-color: rgb(67,31,43); }
div.DivClassName
{
background-color: #431F2B;
}
.BgClassName
{
background-color: #431F2B;
}
</style>
border-color css
<style>
span { border-color: #431F2B; }
span { border-color: rgb(67,31,43); }
td.TdClassName
{
border-color: #431F2B;
}
.TagClassName
{
border-color: #431F2B;
}
</style>