Shades of Castro #44242F
Tints of Castro #44242F
RGB
CMYK
RGB Variations
Color information
#44242F (or 0x44242F) is known color: Castro. HEX triplet: 44, 24 and 2F. RGB value is (68,36,47). Sum of RGB (Red+Green+Blue) = 68+36+47=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 36 (14.45% from 255 or 23.84% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #44242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44242F is #BBDBD0. Grayscale: #2E2E2E. Windows color (decimal): -12311505 or 3089476. OLE color: 3089476.
HSL color Cylindrical-coordinate representation of color #44242F: hue angle of 339.38º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #44242F is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 36 | 47 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.73 |
| HSL | 339.38º | 0.31% | 0.2% | - |
| HSV(B) | 339.38º | 0.47% | 0.27% | - |
| XYZ | 3.53 | 2.7 | 3.02 | - |
| YUV | 46.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 36 | 47 | 0 | 0.47 | 0.31 | 0.73 | 339.38 | 0.31 | 0.2 |
| Hex | 44 | 24 | 2F | 0 | 2F | 1F | 49 | 153 | 1F | 14 |
| Octal | 104 | 44 | 57 | 0 | 57 | 37 | 111 | 523 | 37 | 24 |
| Binary | 1000100 | 100100 | 101111 | 0 | 101111 | 11111 | 1001001 | 101010011 | 11111 | 10100 |
Color Harmonies of #44242F
Complementary color
Monochromatic Colors of #44242F
Black with #44242F
Text Example
Text Example
White with #44242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44242F; }
p { color: rgb(68,36,47); }
H1.HeaderClassName
{
color: #44242F;
}
.AnyTagClassName
{
color: #44242F;
}
</style>
background-color css
<style>
a { background-color: #44242F; }
a { background-color: rgb(68,36,47); }
div.DivClassName
{
background-color: #44242F;
}
.BgClassName
{
background-color: #44242F;
}
</style>
border-color css
<style>
span { border-color: #44242F; }
span { border-color: rgb(68,36,47); }
td.TdClassName
{
border-color: #44242F;
}
.TagClassName
{
border-color: #44242F;
}
</style>