Shades of Scrub #414331
Tints of Scrub #414331
RGB
CMYK
RGB Variations
Color information
#414331 (or 0x414331) is known color: Scrub. HEX triplet: 41, 43 and 31. RGB value is (65,67,49). Sum of RGB (Red+Green+Blue) = 65+67+49=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 67 (26.56% from 255 or 37.02% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 67 - color contains mainly: green. Hex color #414331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414331 is #BEBCCE. Grayscale: #404040. Windows color (decimal): -12500175 or 3228481. OLE color: 3228481.
HSL color Cylindrical-coordinate representation of color #414331: hue angle of 66.67º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #414331 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 65 | 67 | 49 | - |
| CMYK | 0.03 | 0 | 0.27 | 0.74 |
| HSL | 66.67º | 0.16% | 0.23% | - |
| HSV(B) | 66.67º | 0.27% | 0.26% | - |
| XYZ | 4.74 | 5.36 | 3.69 | - |
| YUV | 64.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 67 | 49 | 0.03 | 0 | 0.27 | 0.74 | 66.67 | 0.16 | 0.23 |
| Hex | 41 | 43 | 31 | 3 | 0 | 1B | 4A | 43 | 10 | 17 |
| Octal | 101 | 103 | 61 | 3 | 0 | 33 | 112 | 103 | 20 | 27 |
| Binary | 1000001 | 1000011 | 110001 | 11 | 0 | 11011 | 1001010 | 1000011 | 10000 | 10111 |
Color Harmonies of #414331
Complementary color
Monochromatic Colors of #414331
Black with #414331
Text Example
Text Example
White with #414331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414331; }
p { color: rgb(65,67,49); }
H1.HeaderClassName
{
color: #414331;
}
.AnyTagClassName
{
color: #414331;
}
</style>
background-color css
<style>
a { background-color: #414331; }
a { background-color: rgb(65,67,49); }
div.DivClassName
{
background-color: #414331;
}
.BgClassName
{
background-color: #414331;
}
</style>
border-color css
<style>
span { border-color: #414331; }
span { border-color: rgb(65,67,49); }
td.TdClassName
{
border-color: #414331;
}
.TagClassName
{
border-color: #414331;
}
</style>