#333A2F

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

Shades of Oil #333A2F

Tints of Oil #333A2F

Color information

#333A2F (or 0x333A2F) is unknown color: approx Oil. HEX triplet: 33, 3A and 2F. RGB value is (51,58,47). Sum of RGB (Red+Green+Blue) = 51+58+47=156 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.69% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #333A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A2F is #CCC5D0. Grayscale: #363636. Windows color (decimal): -13419985 or 3095091. OLE color: 3095091.

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

Color convert

RGB515847-
CMYK0.1200.190.77
HSL98.18º10.48%20.59%-
HSV(B)98.18º18.97%22.75%-
XYZ3.393.943.27-
YUV54.65123.68125.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.69%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=32.69%
G=37.18%
B=30.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5158470.1200.190.7798.1810.4820.59
Hex333A2FC0134D62a15
Octal637257140231151421225
Binary110011111010101111110001001110011011100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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