#333B2E

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

Shades of Oil #333B2E

Tints of Oil #333B2E

Color information

#333B2E (or 0x333B2E) is unknown color: approx Oil. HEX triplet: 33, 3B and 2E. RGB value is (51,59,46). Sum of RGB (Red+Green+Blue) = 51+59+46=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 59 - color contains mainly: green. Hex color #333B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B2E is #CCC4D1. Grayscale: #373737. Windows color (decimal): -13419730 or 3029811. OLE color: 3029811.

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

Color convert

RGB515946-
CMYK0.1400.220.77
HSL96.92º12.38%20.59%-
HSV(B)96.92º22.03%23.14%-
XYZ3.424.033.18-
YUV55.13122.85125.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 59 (23.44% from 255) = 37.82%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=32.69%
G=37.82%
B=29.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5159460.1400.220.7796.9212.3820.59
Hex333B2EE0164D61c15
Octal637356160261151411425
Binary110011111011101110111001011010011011100001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333B2E; }

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

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

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

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

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

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

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

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