#332E2D

Color #332E2D Diesel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Diesel #332E2D

Tints of Diesel #332E2D

Color information

#332E2D (or 0x332E2D) is unknown color: approx Diesel. HEX triplet: 33, 2E and 2D. RGB value is (51,46,45). Sum of RGB (Red+Green+Blue) = 51+46+45=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 45 (17.97% from 255 or 31.69% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #332E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E2D is #CCD1D2. Grayscale: #2F2F2F. Windows color (decimal): -13423059 or 2960947. OLE color: 2960947.

HSL color Cylindrical-coordinate representation of color #332E2D: hue angle of 10º degrees, saturation: 0.06, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #332E2D is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB514645-
CMYK00.100.120.8
HSL10º6.25%18.82%-
HSV(B)10º11.76%20%-
XYZ2.822.852.88-
YUV47.38126.66130.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 45 (17.97% from 255) = 31.69%
R=35.92%
G=32.39%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51464500.100.120.8106.2518.82
Hex332E2D0AC50a613
Octal6356550121412012623
Binary1100111011101011010101011001010000101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332E2D; }

 p { color: rgb(51,46,45); }

 H1.HeaderClassName
 {
   color: #332E2D;
 }
 .AnyTagClassName
 {
   color: #332E2D;
 }
</style>
background-color css

<style>
 a { background-color: #332E2D; }

 a { background-color: rgb(51,46,45); }

 div.DivClassName
 {
   background-color: #332E2D;
 }
 .BgClassName
 {
   background-color: #332E2D;
 }
</style>
border-color css

<style>
 span { border-color: #332E2D; }

 span { border-color: rgb(51,46,45); }

 td.TdClassName
 {
   border-color: #332E2D;
 }
 .TagClassName
 {
   border-color: #332E2D;
 }
</style>