#332C2A

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

Shades of Diesel #332C2A

Tints of Diesel #332C2A

Color information

#332C2A (or 0x332C2A) is unknown color: approx Diesel. HEX triplet: 33, 2C and 2A. RGB value is (51,44,42). Sum of RGB (Red+Green+Blue) = 51+44+42=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #332C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C2A is #CCD3D5. Grayscale: #2D2D2D. Windows color (decimal): -13423574 or 2763827. OLE color: 2763827.

HSL color Cylindrical-coordinate representation of color #332C2A: hue angle of 13.33º degrees, saturation: 0.1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #332C2A is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.8.

Color convert

RGB514442-
CMYK00.140.180.8
HSL13.33º9.68%18.24%-
HSV(B)13.33º17.65%20%-
XYZ2.682.672.56-
YUV45.86125.82131.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 42 (16.80% from 255) = 30.66%
R=37.23%
G=32.12%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51444200.140.180.813.339.6818.24
Hex332C2A0E1250da12
Octal63545201622120151222
Binary110011101100101010011101001010100001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,44,42); }

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

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

 a { background-color: rgb(51,44,42); }

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

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

 span { border-color: rgb(51,44,42); }

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