Shades of Castro #43232E
Tints of Castro #43232E
RGB
CMYK
RGB Variations
Color information
#43232E (or 0x43232E) is known color: Castro. HEX triplet: 43, 23 and 2E. RGB value is (67,35,46). Sum of RGB (Red+Green+Blue) = 67+35+46=148 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.27% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 67 - color contains mainly: red. Hex color #43232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43232E is #BCDCD1. Grayscale: #2D2D2D. Windows color (decimal): -12377298 or 3023683. OLE color: 3023683.
HSL color Cylindrical-coordinate representation of color #43232E: hue angle of 339.38º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #43232E is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 35 | 46 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.74 |
| HSL | 339.38º | 0.31% | 0.2% | - |
| HSV(B) | 339.38º | 0.48% | 0.26% | - |
| XYZ | 3.41 | 2.59 | 2.91 | - |
| YUV | 45.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 46 | 0 | 0.48 | 0.31 | 0.74 | 339.38 | 0.31 | 0.2 |
| Hex | 43 | 23 | 2E | 0 | 30 | 1F | 4A | 153 | 1F | 14 |
| Octal | 103 | 43 | 56 | 0 | 60 | 37 | 112 | 523 | 37 | 24 |
| Binary | 1000011 | 100011 | 101110 | 0 | 110000 | 11111 | 1001010 | 101010011 | 11111 | 10100 |
Color Harmonies of #43232E
Complementary color
Monochromatic Colors of #43232E
Black with #43232E
Text Example
Text Example
White with #43232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43232E; }
p { color: rgb(67,35,46); }
H1.HeaderClassName
{
color: #43232E;
}
.AnyTagClassName
{
color: #43232E;
}
</style>
background-color css
<style>
a { background-color: #43232E; }
a { background-color: rgb(67,35,46); }
div.DivClassName
{
background-color: #43232E;
}
.BgClassName
{
background-color: #43232E;
}
</style>
border-color css
<style>
span { border-color: #43232E; }
span { border-color: rgb(67,35,46); }
td.TdClassName
{
border-color: #43232E;
}
.TagClassName
{
border-color: #43232E;
}
</style>