#353933

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

Shades of Oil #353933

Tints of Oil #353933

Color information

#353933 (or 0x353933) is unknown color: approx Oil. HEX triplet: 35, 39 and 33. RGB value is (53,57,51). Sum of RGB (Red+Green+Blue) = 53+57+51=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 57 - color contains mainly: green. Hex color #353933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353933 is #CAC6CC. Grayscale: #373737. Windows color (decimal): -13289165 or 3356981. OLE color: 3356981.

HSL color Cylindrical-coordinate representation of color #353933: hue angle of 100º 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 #353933 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB535751-
CMYK0.0700.110.78
HSL100º5.56%21.18%-
HSV(B)100º10.53%22.35%-
XYZ3.533.923.7-
YUV55.12125.67126.49-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=32.92%
G=35.40%
B=31.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5357510.0700.110.781005.5621.18
Hex35393370B4E64615
Octal6571637013116144625
Binary110101111001110011111010111001110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353933; }

 p { color: rgb(53,57,51); }

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

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

 a { background-color: rgb(53,57,51); }

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

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

 span { border-color: rgb(53,57,51); }

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