Shades of Castro #44282F
Tints of Castro #44282F
RGB
CMYK
RGB Variations
Color information
#44282F (or 0x44282F) is known color: Castro. HEX triplet: 44, 28 and 2F. RGB value is (68,40,47). Sum of RGB (Red+Green+Blue) = 68+40+47=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 40 (16.02% from 255 or 25.81% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #44282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44282F is #BBD7D0. Grayscale: #313131. Windows color (decimal): -12310481 or 3090500. OLE color: 3090500.
HSL color Cylindrical-coordinate representation of color #44282F: hue angle of 345º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44282F is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 40 | 47 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.73 |
| HSL | 345º | 0.26% | 0.21% | - |
| HSV(B) | 345º | 0.41% | 0.27% | - |
| XYZ | 3.66 | 2.95 | 3.07 | - |
| YUV | 49.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 47 | 0 | 0.41 | 0.31 | 0.73 | 345 | 0.26 | 0.21 |
| Hex | 44 | 28 | 2F | 0 | 29 | 1F | 49 | 159 | 1A | 15 |
| Octal | 104 | 50 | 57 | 0 | 51 | 37 | 111 | 531 | 32 | 25 |
| Binary | 1000100 | 101000 | 101111 | 0 | 101001 | 11111 | 1001001 | 101011001 | 11010 | 10101 |
Color Harmonies of #44282F
Complementary color
Monochromatic Colors of #44282F
Black with #44282F
Text Example
Text Example
White with #44282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44282F; }
p { color: rgb(68,40,47); }
H1.HeaderClassName
{
color: #44282F;
}
.AnyTagClassName
{
color: #44282F;
}
</style>
background-color css
<style>
a { background-color: #44282F; }
a { background-color: rgb(68,40,47); }
div.DivClassName
{
background-color: #44282F;
}
.BgClassName
{
background-color: #44282F;
}
</style>
border-color css
<style>
span { border-color: #44282F; }
span { border-color: rgb(68,40,47); }
td.TdClassName
{
border-color: #44282F;
}
.TagClassName
{
border-color: #44282F;
}
</style>