Shades of Castro #43232D
Tints of Castro #43232D
RGB
CMYK
RGB Variations
Color information
#43232D (or 0x43232D) is known color: Castro. HEX triplet: 43, 23 and 2D. RGB value is (67,35,45). Sum of RGB (Red+Green+Blue) = 67+35+45=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #43232D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43232D is #BCDCD2. Grayscale: #2D2D2D. Windows color (decimal): -12377299 or 2958147. OLE color: 2958147.
HSL color Cylindrical-coordinate representation of color #43232D: hue angle of 341.25º 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 #43232D is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 35 | 45 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.74 |
| HSL | 341.25º | 0.31% | 0.2% | - |
| HSV(B) | 341.25º | 0.48% | 0.26% | - |
| XYZ | 3.39 | 2.58 | 2.8 | - |
| YUV | 45.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 35 | 45 | 0 | 0.48 | 0.33 | 0.74 | 341.25 | 0.31 | 0.2 |
| Hex | 43 | 23 | 2D | 0 | 30 | 21 | 4A | 155 | 1F | 14 |
| Octal | 103 | 43 | 55 | 0 | 60 | 41 | 112 | 525 | 37 | 24 |
| Binary | 1000011 | 100011 | 101101 | 0 | 110000 | 100001 | 1001010 | 101010101 | 11111 | 10100 |
Color Harmonies of #43232D
Complementary color
Monochromatic Colors of #43232D
Black with #43232D
Text Example
Text Example
White with #43232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43232D; }
p { color: rgb(67,35,45); }
H1.HeaderClassName
{
color: #43232D;
}
.AnyTagClassName
{
color: #43232D;
}
</style>
background-color css
<style>
a { background-color: #43232D; }
a { background-color: rgb(67,35,45); }
div.DivClassName
{
background-color: #43232D;
}
.BgClassName
{
background-color: #43232D;
}
</style>
border-color css
<style>
span { border-color: #43232D; }
span { border-color: rgb(67,35,45); }
td.TdClassName
{
border-color: #43232D;
}
.TagClassName
{
border-color: #43232D;
}
</style>