Shades of Charcoal #414141
Tints of Charcoal #414141
RGB
CMYK
RGB Variations
Color information
#414141 (or 0x414141) is known color: Charcoal. HEX triplet: 41, 41 and 41. RGB value is (65,65,65). Sum of RGB (Red+Green+Blue) = 65+65+65=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 65 - color contains mainly: red, green, blue. Hex color #414141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414141 is #BEBEBE. Grayscale: #414141. Windows color (decimal): -12500671 or 4276545. OLE color: 4276545.
HSL color Cylindrical-coordinate representation of color #414141: hue angle of 0º degrees, saturation: 0, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0%. Process color model (Four color, CMYK) of #414141 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 65 | 65 | 65 | - |
CMYK | 0 | 0 | 0 | 0.75 |
HSL | 0º | 0% | 0.25% | - |
HSV(B) | 0º | 0% | 0.25% | - |
XYZ | 5.02 | 5.29 | 5.76 | - |
YUV | 65 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 65 | 65 | 65 | 0 | 0 | 0 | 0.75 | 0 | 0 | 0.25 |
Hex | 41 | 41 | 41 | 0 | 0 | 0 | 4B | 0 | 0 | 19 |
Octal | 101 | 101 | 101 | 0 | 0 | 0 | 113 | 0 | 0 | 31 |
Binary | 1000001 | 1000001 | 1000001 | 0 | 0 | 0 | 1001011 | 0 | 0 | 11001 |
Color Harmonies of #414141
Complementary color
Monochromatic Colors of #414141
Black with #414141
Text Example
Text Example
White with #414141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414141; }
p { color: rgb(65,65,65); }
H1.HeaderClassName
{
color: #414141;
}
.AnyTagClassName
{
color: #414141;
}
</style>
background-color css
<style>
a { background-color: #414141; }
a { background-color: rgb(65,65,65); }
div.DivClassName
{
background-color: #414141;
}
.BgClassName
{
background-color: #414141;
}
</style>
border-color css
<style>
span { border-color: #414141; }
span { border-color: rgb(65,65,65); }
td.TdClassName
{
border-color: #414141;
}
.TagClassName
{
border-color: #414141;
}
</style>