Shades of Castro #431B2A
Tints of Castro #431B2A
RGB
CMYK
RGB Variations
Color information
#431B2A (or 0x431B2A) is known color: Castro. HEX triplet: 43, 1B and 2A. RGB value is (67,27,42). Sum of RGB (Red+Green+Blue) = 67+27+42=136 (18% of max value = 765). Red value is 67 (26.56% from 255 or 49.26% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 67 - color contains mainly: red. Hex color #431B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B2A is #BCE4D5. Grayscale: #282828. Windows color (decimal): -12379350 or 2759491. OLE color: 2759491.
HSL color Cylindrical-coordinate representation of color #431B2A: hue angle of 337.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431B2A is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 42 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.74 |
| HSL | 337.5º | 0.43% | 0.18% | - |
| HSV(B) | 337.5º | 0.6% | 0.26% | - |
| XYZ | 3.12 | 2.14 | 2.44 | - |
| YUV | 40.67 | 128.75 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 42 | 0 | 0.60 | 0.37 | 0.74 | 337.5 | 0.43 | 0.18 |
| Hex | 43 | 1B | 2A | 0 | 3C | 25 | 4A | 152 | 2B | 12 |
| Octal | 103 | 33 | 52 | 0 | 74 | 45 | 112 | 522 | 53 | 22 |
| Binary | 1000011 | 11011 | 101010 | 0 | 111100 | 100101 | 1001010 | 101010010 | 101011 | 10010 |
Color Harmonies of #431B2A
Complementary color
Monochromatic Colors of #431B2A
Black with #431B2A
Text Example
Text Example
White with #431B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B2A; }
p { color: rgb(67,27,42); }
H1.HeaderClassName
{
color: #431B2A;
}
.AnyTagClassName
{
color: #431B2A;
}
</style>
background-color css
<style>
a { background-color: #431B2A; }
a { background-color: rgb(67,27,42); }
div.DivClassName
{
background-color: #431B2A;
}
.BgClassName
{
background-color: #431B2A;
}
</style>
border-color css
<style>
span { border-color: #431B2A; }
span { border-color: rgb(67,27,42); }
td.TdClassName
{
border-color: #431B2A;
}
.TagClassName
{
border-color: #431B2A;
}
</style>