Shades of Castro #43212F
Tints of Castro #43212F
RGB
CMYK
RGB Variations
Color information
#43212F (or 0x43212F) is known color: Castro. HEX triplet: 43, 21 and 2F. RGB value is (67,33,47). Sum of RGB (Red+Green+Blue) = 67+33+47=147 (19% of max value = 765). Red value is 67 (26.56% from 255 or 45.58% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 67 - color contains mainly: red. Hex color #43212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43212F is #BCDED0. Grayscale: #2C2C2C. Windows color (decimal): -12377809 or 3088707. OLE color: 3088707.
HSL color Cylindrical-coordinate representation of color #43212F: hue angle of 335.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43212F is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 33 | 47 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.74 |
| HSL | 335.29º | 0.34% | 0.2% | - |
| HSV(B) | 335.29º | 0.51% | 0.26% | - |
| XYZ | 3.37 | 2.49 | 2.99 | - |
| YUV | 44.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 33 | 47 | 0 | 0.51 | 0.30 | 0.74 | 335.29 | 0.34 | 0.2 |
| Hex | 43 | 21 | 2F | 0 | 33 | 1E | 4A | 14F | 22 | 14 |
| Octal | 103 | 41 | 57 | 0 | 63 | 36 | 112 | 517 | 42 | 24 |
| Binary | 1000011 | 100001 | 101111 | 0 | 110011 | 11110 | 1001010 | 101001111 | 100010 | 10100 |
Color Harmonies of #43212F
Complementary color
Monochromatic Colors of #43212F
Black with #43212F
Text Example
Text Example
White with #43212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43212F; }
p { color: rgb(67,33,47); }
H1.HeaderClassName
{
color: #43212F;
}
.AnyTagClassName
{
color: #43212F;
}
</style>
background-color css
<style>
a { background-color: #43212F; }
a { background-color: rgb(67,33,47); }
div.DivClassName
{
background-color: #43212F;
}
.BgClassName
{
background-color: #43212F;
}
</style>
border-color css
<style>
span { border-color: #43212F; }
span { border-color: rgb(67,33,47); }
td.TdClassName
{
border-color: #43212F;
}
.TagClassName
{
border-color: #43212F;
}
</style>