Shades of Charcoal #424141
Tints of Charcoal #424141
RGB
CMYK
RGB Variations
Color information
#424141 (or 0x424141) is known color: Charcoal. HEX triplet: 42, 41 and 41. RGB value is (66,65,65). Sum of RGB (Red+Green+Blue) = 66+65+65=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 66 - color contains mainly: red. Hex color #424141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424141 is #BDBEBE. Grayscale: #414141. Windows color (decimal): -12435135 or 4276546. OLE color: 4276546.
HSL color Cylindrical-coordinate representation of color #424141: hue angle of 0º degrees, saturation: 0.01, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #424141 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 65 | 65 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.74 |
| HSL | 0º | 0.01% | 0.26% | - |
| HSV(B) | 0º | 0.02% | 0.26% | - |
| XYZ | 5.09 | 5.32 | 5.76 | - |
| YUV | 65.3 | 127.83 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 65 | 0 | 0.02 | 0.02 | 0.74 | 0 | 0.01 | 0.26 |
| Hex | 42 | 41 | 41 | 0 | 2 | 2 | 4A | 0 | 1 | 1A |
| Octal | 102 | 101 | 101 | 0 | 2 | 2 | 112 | 0 | 1 | 32 |
| Binary | 1000010 | 1000001 | 1000001 | 0 | 10 | 10 | 1001010 | 0 | 1 | 11010 |
Color Harmonies of #424141
Complementary color
Monochromatic Colors of #424141
Black with #424141
Text Example
Text Example
White with #424141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424141; }
p { color: rgb(66,65,65); }
H1.HeaderClassName
{
color: #424141;
}
.AnyTagClassName
{
color: #424141;
}
</style>
background-color css
<style>
a { background-color: #424141; }
a { background-color: rgb(66,65,65); }
div.DivClassName
{
background-color: #424141;
}
.BgClassName
{
background-color: #424141;
}
</style>
border-color css
<style>
span { border-color: #424141; }
span { border-color: rgb(66,65,65); }
td.TdClassName
{
border-color: #424141;
}
.TagClassName
{
border-color: #424141;
}
</style>