Shades of Castro #44232C
Tints of Castro #44232C
RGB
CMYK
RGB Variations
Color information
#44232C (or 0x44232C) is known color: Castro. HEX triplet: 44, 23 and 2C. RGB value is (68,35,44). Sum of RGB (Red+Green+Blue) = 68+35+44=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 68 - color contains mainly: red. Hex color #44232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44232C is #BBDCD3. Grayscale: #2D2D2D. Windows color (decimal): -12311764 or 2892612. OLE color: 2892612.
HSL color Cylindrical-coordinate representation of color #44232C: hue angle of 343.64º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44232C is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 35 | 44 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.73 |
| HSL | 343.64º | 0.32% | 0.2% | - |
| HSV(B) | 343.64º | 0.49% | 0.27% | - |
| XYZ | 3.44 | 2.61 | 2.71 | - |
| YUV | 45.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 35 | 44 | 0 | 0.49 | 0.35 | 0.73 | 343.64 | 0.32 | 0.2 |
| Hex | 44 | 23 | 2C | 0 | 31 | 23 | 49 | 158 | 20 | 14 |
| Octal | 104 | 43 | 54 | 0 | 61 | 43 | 111 | 530 | 40 | 24 |
| Binary | 1000100 | 100011 | 101100 | 0 | 110001 | 100011 | 1001001 | 101011000 | 100000 | 10100 |
Color Harmonies of #44232C
Complementary color
Monochromatic Colors of #44232C
Black with #44232C
Text Example
Text Example
White with #44232C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44232C; }
p { color: rgb(68,35,44); }
H1.HeaderClassName
{
color: #44232C;
}
.AnyTagClassName
{
color: #44232C;
}
</style>
background-color css
<style>
a { background-color: #44232C; }
a { background-color: rgb(68,35,44); }
div.DivClassName
{
background-color: #44232C;
}
.BgClassName
{
background-color: #44232C;
}
</style>
border-color css
<style>
span { border-color: #44232C; }
span { border-color: rgb(68,35,44); }
td.TdClassName
{
border-color: #44232C;
}
.TagClassName
{
border-color: #44232C;
}
</style>