#353B33

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

Shades of Oil #353B33

Tints of Oil #353B33

Color information

#353B33 (or 0x353B33) is unknown color: approx Oil. HEX triplet: 35, 3B and 33. RGB value is (53,59,51). Sum of RGB (Red+Green+Blue) = 53+59+51=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 59 - color contains mainly: green. Hex color #353B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353B33 is #CAC4CC. Grayscale: #383838. Windows color (decimal): -13288653 or 3357493. OLE color: 3357493.

HSL color Cylindrical-coordinate representation of color #353B33: hue angle of 105º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #353B33 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB535951-
CMYK0.1000.140.77
HSL105º7.27%21.57%-
HSV(B)105º13.56%23.14%-
XYZ3.634.123.74-
YUV56.29125.01125.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.52%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=32.52%
G=36.20%
B=31.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5359510.1000.140.771057.2721.57
Hex353B33A0E4D69716
Octal65736312016115151726
Binary1101011110111100111010011101001101110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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