#333832

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

Shades of Oil #333832

Tints of Oil #333832

Color information

#333832 (or 0x333832) is unknown color: approx Oil. HEX triplet: 33, 38 and 32. RGB value is (51,56,50). Sum of RGB (Red+Green+Blue) = 51+56+50=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 56 - color contains mainly: green. Hex color #333832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333832 is #CCC7CD. Grayscale: #353535. Windows color (decimal): -13420494 or 3291187. OLE color: 3291187.

HSL color Cylindrical-coordinate representation of color #333832: hue angle of 110º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #333832 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB515650-
CMYK0.0900.110.78
HSL110º5.66%20.78%-
HSV(B)110º10.71%21.96%-
XYZ3.363.763.57-
YUV53.82125.84125.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.48%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=32.48%
G=35.67%
B=31.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5156500.0900.110.781105.6620.78
Hex33383290B4E6e615
Octal63706211013116156625
Binary1100111110001100101001010111001110110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333832; }

 p { color: rgb(51,56,50); }

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

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

 a { background-color: rgb(51,56,50); }

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

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

 span { border-color: rgb(51,56,50); }

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