#323A2F

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

Shades of Oil #323A2F

Tints of Oil #323A2F

Color information

#323A2F (or 0x323A2F) is unknown color: approx Oil. HEX triplet: 32, 3A and 2F. RGB value is (50,58,47). Sum of RGB (Red+Green+Blue) = 50+58+47=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #323A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A2F is #CDC5D0. Grayscale: #363636. Windows color (decimal): -13485521 or 3095090. OLE color: 3095090.

HSL color Cylindrical-coordinate representation of color #323A2F: hue angle of 103.64º 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 #323A2F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB505847-
CMYK0.1400.190.77
HSL103.64º10.48%20.59%-
HSV(B)103.64º18.97%22.75%-
XYZ3.343.913.27-
YUV54.35123.85124.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.26%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 47 (18.75% from 255) = 30.32%
R=32.26%
G=37.42%
B=30.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5058470.1400.190.77103.6410.4820.59
Hex323A2FE0134D68a15
Octal627257160231151501225
Binary110010111010101111111001001110011011101000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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