Shades of Castro #43242E
Tints of Castro #43242E
RGB
CMYK
RGB Variations
Color information
#43242E (or 0x43242E) is known color: Castro. HEX triplet: 43, 24 and 2E. RGB value is (67,36,46). Sum of RGB (Red+Green+Blue) = 67+36+46=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 36 (14.45% from 255 or 24.16% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #43242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43242E is #BCDBD1. Grayscale: #2E2E2E. Windows color (decimal): -12377042 or 3023939. OLE color: 3023939.
HSL color Cylindrical-coordinate representation of color #43242E: hue angle of 340.65º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43242E is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 36 | 46 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.74 |
| HSL | 340.65º | 0.3% | 0.2% | - |
| HSV(B) | 340.65º | 0.46% | 0.26% | - |
| XYZ | 3.44 | 2.65 | 2.92 | - |
| YUV | 46.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 46 | 0 | 0.46 | 0.31 | 0.74 | 340.65 | 0.3 | 0.2 |
| Hex | 43 | 24 | 2E | 0 | 2E | 1F | 4A | 155 | 1E | 14 |
| Octal | 103 | 44 | 56 | 0 | 56 | 37 | 112 | 525 | 36 | 24 |
| Binary | 1000011 | 100100 | 101110 | 0 | 101110 | 11111 | 1001010 | 101010101 | 11110 | 10100 |
Color Harmonies of #43242E
Complementary color
Monochromatic Colors of #43242E
Black with #43242E
Text Example
Text Example
White with #43242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43242E; }
p { color: rgb(67,36,46); }
H1.HeaderClassName
{
color: #43242E;
}
.AnyTagClassName
{
color: #43242E;
}
</style>
background-color css
<style>
a { background-color: #43242E; }
a { background-color: rgb(67,36,46); }
div.DivClassName
{
background-color: #43242E;
}
.BgClassName
{
background-color: #43242E;
}
</style>
border-color css
<style>
span { border-color: #43242E; }
span { border-color: rgb(67,36,46); }
td.TdClassName
{
border-color: #43242E;
}
.TagClassName
{
border-color: #43242E;
}
</style>