#333A2E

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

Shades of Oil #333A2E

Tints of Oil #333A2E

Color information

#333A2E (or 0x333A2E) is unknown color: approx Oil. HEX triplet: 33, 3A and 2E. RGB value is (51,58,46). Sum of RGB (Red+Green+Blue) = 51+58+46=155 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.90% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 46 (18.36% from 255 or 29.68% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #333A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A2E is #CCC5D1. Grayscale: #363636. Windows color (decimal): -13419986 or 3029555. OLE color: 3029555.

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

Color convert

RGB515846-
CMYK0.1200.210.77
HSL95º11.54%20.39%-
HSV(B)95º20.69%22.75%-
XYZ3.373.933.17-
YUV54.54123.18125.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.90%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 46 (18.36% from 255) = 29.68%
R=32.90%
G=37.42%
B=29.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5158460.1200.210.779511.5420.39
Hex333A2EC0154D5fc14
Octal637256140251151371424
Binary110011111010101110110001010110011011011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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