Shades of Castro #44262D
Tints of Castro #44262D
RGB
CMYK
RGB Variations
Color information
#44262D (or 0x44262D) is known color: Castro. HEX triplet: 44, 26 and 2D. RGB value is (68,38,45). Sum of RGB (Red+Green+Blue) = 68+38+45=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 45 (17.97% from 255 or 29.80% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #44262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44262D is #BBD9D2. Grayscale: #2F2F2F. Windows color (decimal): -12310995 or 2958916. OLE color: 2958916.
HSL color Cylindrical-coordinate representation of color #44262D: hue angle of 346º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #44262D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 38 | 45 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.73 |
| HSL | 346º | 0.28% | 0.21% | - |
| HSV(B) | 346º | 0.44% | 0.27% | - |
| XYZ | 3.55 | 2.8 | 2.84 | - |
| YUV | 47.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 45 | 0 | 0.44 | 0.34 | 0.73 | 346 | 0.28 | 0.21 |
| Hex | 44 | 26 | 2D | 0 | 2C | 22 | 49 | 15A | 1C | 15 |
| Octal | 104 | 46 | 55 | 0 | 54 | 42 | 111 | 532 | 34 | 25 |
| Binary | 1000100 | 100110 | 101101 | 0 | 101100 | 100010 | 1001001 | 101011010 | 11100 | 10101 |
Color Harmonies of #44262D
Complementary color
Monochromatic Colors of #44262D
Black with #44262D
Text Example
Text Example
White with #44262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44262D; }
p { color: rgb(68,38,45); }
H1.HeaderClassName
{
color: #44262D;
}
.AnyTagClassName
{
color: #44262D;
}
</style>
background-color css
<style>
a { background-color: #44262D; }
a { background-color: rgb(68,38,45); }
div.DivClassName
{
background-color: #44262D;
}
.BgClassName
{
background-color: #44262D;
}
</style>
border-color css
<style>
span { border-color: #44262D; }
span { border-color: rgb(68,38,45); }
td.TdClassName
{
border-color: #44262D;
}
.TagClassName
{
border-color: #44262D;
}
</style>