Shades of Cedar #41302E
Tints of Cedar #41302E
RGB
CMYK
RGB Variations
Color information
#41302E (or 0x41302E) is known color: Cedar. HEX triplet: 41, 30 and 2E. RGB value is (65,48,46). Sum of RGB (Red+Green+Blue) = 65+48+46=159 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.88% from 159); Green value is 48 (19.14% from 255 or 30.19% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 65 - color contains mainly: red. Hex color #41302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41302E is #BECFD1. Grayscale: #343434. Windows color (decimal): -12505042 or 3027009. OLE color: 3027009.
HSL color Cylindrical-coordinate representation of color #41302E: hue angle of 6.32º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #41302E is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 46 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.75 |
| HSL | 6.32º | 0.17% | 0.22% | - |
| HSV(B) | 6.32º | 0.29% | 0.25% | - |
| XYZ | 3.73 | 3.43 | 3.05 | - |
| YUV | 52.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 46 | 0 | 0.26 | 0.29 | 0.75 | 6.32 | 0.17 | 0.22 |
| Hex | 41 | 30 | 2E | 0 | 1A | 1D | 4B | 6 | 11 | 16 |
| Octal | 101 | 60 | 56 | 0 | 32 | 35 | 113 | 6 | 21 | 26 |
| Binary | 1000001 | 110000 | 101110 | 0 | 11010 | 11101 | 1001011 | 110 | 10001 | 10110 |
Color Harmonies of #41302E
Complementary color
Monochromatic Colors of #41302E
Black with #41302E
Text Example
Text Example
White with #41302E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41302E; }
p { color: rgb(65,48,46); }
H1.HeaderClassName
{
color: #41302E;
}
.AnyTagClassName
{
color: #41302E;
}
</style>
background-color css
<style>
a { background-color: #41302E; }
a { background-color: rgb(65,48,46); }
div.DivClassName
{
background-color: #41302E;
}
.BgClassName
{
background-color: #41302E;
}
</style>
border-color css
<style>
span { border-color: #41302E; }
span { border-color: rgb(65,48,46); }
td.TdClassName
{
border-color: #41302E;
}
.TagClassName
{
border-color: #41302E;
}
</style>