Shades of Castro #43252F
Tints of Castro #43252F
RGB
CMYK
RGB Variations
Color information
#43252F (or 0x43252F) is known color: Castro. HEX triplet: 43, 25 and 2F. RGB value is (67,37,47). Sum of RGB (Red+Green+Blue) = 67+37+47=151 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.37% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 67 - color contains mainly: red. Hex color #43252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43252F is #BCDAD0. Grayscale: #2F2F2F. Windows color (decimal): -12376785 or 3089731. OLE color: 3089731.
HSL color Cylindrical-coordinate representation of color #43252F: hue angle of 340º degrees, saturation: 0.29, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #43252F is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 37 | 47 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.74 |
| HSL | 340º | 0.29% | 0.2% | - |
| HSV(B) | 340º | 0.45% | 0.26% | - |
| XYZ | 3.49 | 2.72 | 3.03 | - |
| YUV | 47.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 47 | 0 | 0.45 | 0.30 | 0.74 | 340 | 0.29 | 0.2 |
| Hex | 43 | 25 | 2F | 0 | 2D | 1E | 4A | 154 | 1D | 14 |
| Octal | 103 | 45 | 57 | 0 | 55 | 36 | 112 | 524 | 35 | 24 |
| Binary | 1000011 | 100101 | 101111 | 0 | 101101 | 11110 | 1001010 | 101010100 | 11101 | 10100 |
Color Harmonies of #43252F
Complementary color
Monochromatic Colors of #43252F
Black with #43252F
Text Example
Text Example
White with #43252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43252F; }
p { color: rgb(67,37,47); }
H1.HeaderClassName
{
color: #43252F;
}
.AnyTagClassName
{
color: #43252F;
}
</style>
background-color css
<style>
a { background-color: #43252F; }
a { background-color: rgb(67,37,47); }
div.DivClassName
{
background-color: #43252F;
}
.BgClassName
{
background-color: #43252F;
}
</style>
border-color css
<style>
span { border-color: #43252F; }
span { border-color: rgb(67,37,47); }
td.TdClassName
{
border-color: #43252F;
}
.TagClassName
{
border-color: #43252F;
}
</style>