Shades of Diesel #302B2A
Tints of Diesel #302B2A
RGB
CMYK
RGB Variations
Color information
#302B2A (or 0x302B2A) is known color: Diesel. HEX triplet: 30, 2B and 2A. RGB value is (48,43,42). Sum of RGB (Red+Green+Blue) = 48+43+42=133 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.09% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 48 - color contains mainly: red. Hex color #302B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B2A is #CFD4D5. Grayscale: #2C2C2C. Windows color (decimal): -13620438 or 2763568. OLE color: 2763568.
HSL color Cylindrical-coordinate representation of color #302B2A: hue angle of 10º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #302B2A is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 42 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.81 |
| HSL | 10º | 0.07% | 0.18% | - |
| HSV(B) | 10º | 0.13% | 0.19% | - |
| XYZ | 2.5 | 2.52 | 2.55 | - |
| YUV | 44.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 42 | 0 | 0.10 | 0.13 | 0.81 | 10 | 0.07 | 0.18 |
| Hex | 30 | 2B | 2A | 0 | A | D | 51 | A | 7 | 12 |
| Octal | 60 | 53 | 52 | 0 | 12 | 15 | 121 | 12 | 7 | 22 |
| Binary | 110000 | 101011 | 101010 | 0 | 1010 | 1101 | 1010001 | 1010 | 111 | 10010 |
Color Harmonies of #302B2A
Complementary color
Monochromatic Colors of #302B2A
Black with #302B2A
Text Example
Text Example
White with #302B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B2A; }
p { color: rgb(48,43,42); }
H1.HeaderClassName
{
color: #302B2A;
}
.AnyTagClassName
{
color: #302B2A;
}
</style>
background-color css
<style>
a { background-color: #302B2A; }
a { background-color: rgb(48,43,42); }
div.DivClassName
{
background-color: #302B2A;
}
.BgClassName
{
background-color: #302B2A;
}
</style>
border-color css
<style>
span { border-color: #302B2A; }
span { border-color: rgb(48,43,42); }
td.TdClassName
{
border-color: #302B2A;
}
.TagClassName
{
border-color: #302B2A;
}
</style>