#33382F

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

Shades of Oil #33382F

Tints of Oil #33382F

Color information

#33382F (or 0x33382F) is unknown color: approx Oil. HEX triplet: 33, 38 and 2F. RGB value is (51,56,47). Sum of RGB (Red+Green+Blue) = 51+56+47=154 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.12% from 154); Green value is 56 (22.27% from 255 or 36.36% from 154); Blue value is 47 (18.75% from 255 or 30.52% from 154); Max value from RGB is 56 - color contains mainly: green. Hex color #33382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33382F is #CCC7D0. Grayscale: #353535. Windows color (decimal): -13420497 or 3094579. OLE color: 3094579.

HSL color Cylindrical-coordinate representation of color #33382F: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #33382F is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB515647-
CMYK0.0900.160.78
HSL93.33º8.74%20.2%-
HSV(B)93.33º16.07%21.96%-
XYZ3.293.743.24-
YUV53.48124.34126.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 33.12%
GREEN value IS 56 (22.27% from 255) = 36.36%
BLUE value IS 47 (18.75% from 255) = 30.52%
R=33.12%
G=36.36%
B=30.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5156470.0900.160.7893.338.7420.2
Hex33382F90104E5d914
Octal637057110201161351124
Binary110011111000101111100101000010011101011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33382F; }

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

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

<style>
 a { background-color: #33382F; }

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

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

<style>
 span { border-color: #33382F; }

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

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