#353A33

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

Shades of Oil #353A33

Tints of Oil #353A33

Color information

#353A33 (or 0x353A33) is unknown color: approx Oil. HEX triplet: 35, 3A and 33. RGB value is (53,58,51). Sum of RGB (Red+Green+Blue) = 53+58+51=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 58 (23.05% from 255 or 35.80% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 58 - color contains mainly: green. Hex color #353A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353A33 is #CAC5CC. Grayscale: #373737. Windows color (decimal): -13288909 or 3357237. OLE color: 3357237.

HSL color Cylindrical-coordinate representation of color #353A33: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #353A33 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB535851-
CMYK0.0900.120.77
HSL102.86º6.42%21.37%-
HSV(B)102.86º12.07%22.75%-
XYZ3.584.023.72-
YUV55.71125.34126.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.72%
GREEN value IS 58 (23.05% from 255) = 35.80%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=32.72%
G=35.80%
B=31.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5358510.0900.120.77102.866.4221.37
Hex353A3390C4D67615
Octal65726311014115147625
Binary1101011110101100111001011001001101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353A33; }

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

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

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

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

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

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

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

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