#332926

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

Shades of Diesel #332926

Tints of Diesel #332926

Color information

#332926 (or 0x332926) is unknown color: approx Diesel. HEX triplet: 33, 29 and 26. RGB value is (51,41,38). Sum of RGB (Red+Green+Blue) = 51+41+38=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 38 (15.23% from 255 or 29.23% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #332926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332926 is #CCD6D9. Grayscale: #2B2B2B. Windows color (decimal): -13424346 or 2500915. OLE color: 2500915.

HSL color Cylindrical-coordinate representation of color #332926: hue angle of 13.85º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #332926 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB514138-
CMYK00.200.250.8
HSL13.85º14.61%17.45%-
HSV(B)13.85º25.49%20%-
XYZ2.512.432.17-
YUV43.65124.81133.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.23%
GREEN value IS 41 (16.41% from 255) = 31.54%
BLUE value IS 38 (15.23% from 255) = 29.23%
R=39.23%
G=31.54%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51413800.200.250.813.8514.6117.45
Hex3329260141950ef11
Octal63514602431120161721
Binary1100111010011001100101001100110100001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332926; }

 p { color: rgb(51,41,38); }

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

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

 a { background-color: rgb(51,41,38); }

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

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

 span { border-color: rgb(51,41,38); }

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