Shades of Castro #431B2C
Tints of Castro #431B2C
RGB
CMYK
RGB Variations
Color information
#431B2C (or 0x431B2C) is known color: Castro. HEX triplet: 43, 1B and 2C. RGB value is (67,27,44). Sum of RGB (Red+Green+Blue) = 67+27+44=138 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.55% from 138); Green value is 27 (10.94% from 255 or 19.57% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 67 - color contains mainly: red. Hex color #431B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431B2C is #BCE4D3. Grayscale: #282828. Windows color (decimal): -12379348 or 2890563. OLE color: 2890563.
HSL color Cylindrical-coordinate representation of color #431B2C: hue angle of 334.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 #431B2C is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 27 | 44 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.74 |
| HSL | 334.5º | 0.43% | 0.18% | - |
| HSV(B) | 334.5º | 0.6% | 0.26% | - |
| XYZ | 3.16 | 2.16 | 2.63 | - |
| YUV | 40.9 | 129.75 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 27 | 44 | 0 | 0.60 | 0.34 | 0.74 | 334.5 | 0.43 | 0.18 |
| Hex | 43 | 1B | 2C | 0 | 3C | 22 | 4A | 14E | 2B | 12 |
| Octal | 103 | 33 | 54 | 0 | 74 | 42 | 112 | 516 | 53 | 22 |
| Binary | 1000011 | 11011 | 101100 | 0 | 111100 | 100010 | 1001010 | 101001110 | 101011 | 10010 |
Color Harmonies of #431B2C
Complementary color
Monochromatic Colors of #431B2C
Black with #431B2C
Text Example
Text Example
White with #431B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #431B2C; }
p { color: rgb(67,27,44); }
H1.HeaderClassName
{
color: #431B2C;
}
.AnyTagClassName
{
color: #431B2C;
}
</style>
background-color css
<style>
a { background-color: #431B2C; }
a { background-color: rgb(67,27,44); }
div.DivClassName
{
background-color: #431B2C;
}
.BgClassName
{
background-color: #431B2C;
}
</style>
border-color css
<style>
span { border-color: #431B2C; }
span { border-color: rgb(67,27,44); }
td.TdClassName
{
border-color: #431B2C;
}
.TagClassName
{
border-color: #431B2C;
}
</style>