Shades of Diesel #352B28
Tints of Diesel #352B28
RGB
CMYK
RGB Variations
Color information
#352B28 (or 0x352B28) is known color: Diesel. HEX triplet: 35, 2B and 28. RGB value is (53,43,40). Sum of RGB (Red+Green+Blue) = 53+43+40=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B28 is #CAD4D7. Grayscale: #2D2D2D. Windows color (decimal): -13292760 or 2632501. OLE color: 2632501.
HSL color Cylindrical-coordinate representation of color #352B28: hue angle of 13.85º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #352B28 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 43 | 40 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.79 |
| HSL | 13.85º | 0.14% | 0.18% | - |
| HSV(B) | 13.85º | 0.25% | 0.21% | - |
| XYZ | 2.72 | 2.64 | 2.37 | - |
| YUV | 45.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 40 | 0 | 0.19 | 0.25 | 0.79 | 13.85 | 0.14 | 0.18 |
| Hex | 35 | 2B | 28 | 0 | 13 | 19 | 4F | E | E | 12 |
| Octal | 65 | 53 | 50 | 0 | 23 | 31 | 117 | 16 | 16 | 22 |
| Binary | 110101 | 101011 | 101000 | 0 | 10011 | 11001 | 1001111 | 1110 | 1110 | 10010 |
Color Harmonies of #352B28
Complementary color
Monochromatic Colors of #352B28
Black with #352B28
Text Example
Text Example
White with #352B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B28; }
p { color: rgb(53,43,40); }
H1.HeaderClassName
{
color: #352B28;
}
.AnyTagClassName
{
color: #352B28;
}
</style>
background-color css
<style>
a { background-color: #352B28; }
a { background-color: rgb(53,43,40); }
div.DivClassName
{
background-color: #352B28;
}
.BgClassName
{
background-color: #352B28;
}
</style>
border-color css
<style>
span { border-color: #352B28; }
span { border-color: rgb(53,43,40); }
td.TdClassName
{
border-color: #352B28;
}
.TagClassName
{
border-color: #352B28;
}
</style>