#332C2B

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

Shades of Diesel #332C2B

Tints of Diesel #332C2B

Color information

#332C2B (or 0x332C2B) is unknown color: approx Diesel. HEX triplet: 33, 2C and 2B. RGB value is (51,44,43). Sum of RGB (Red+Green+Blue) = 51+44+43=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 51 - color contains mainly: red. Hex color #332C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C2B is #CCD3D4. Grayscale: #2D2D2D. Windows color (decimal): -13423573 or 2829363. OLE color: 2829363.

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

Color convert

RGB514443-
CMYK00.140.160.8
HSL7.5º8.51%18.43%-
HSV(B)7.5º15.69%20%-
XYZ2.72.682.66-
YUV45.98126.32131.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.96%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=36.96%
G=31.88%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51444300.140.160.87.58.5118.43
Hex332C2B0E10508912
Octal63545301620120101122
Binary110011101100101011011101000010100001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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