#343B2F

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

Shades of Oil #343B2F

Tints of Oil #343B2F

Color information

#343B2F (or 0x343B2F) is unknown color: approx Oil. HEX triplet: 34, 3B and 2F. RGB value is (52,59,47). Sum of RGB (Red+Green+Blue) = 52+59+47=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 59 - color contains mainly: green. Hex color #343B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B2F is #CBC4D0. Grayscale: #373737. Windows color (decimal): -13354193 or 3095348. OLE color: 3095348.

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

Color convert

RGB525947-
CMYK0.1200.200.77
HSL95º11.32%20.78%-
HSV(B)95º20.34%23.14%-
XYZ3.494.063.29-
YUV55.54123.18125.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 59 (23.44% from 255) = 37.34%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=32.91%
G=37.34%
B=29.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5259470.1200.200.779511.3220.78
Hex343B2FC0144D5fb15
Octal647357140241151371325
Binary110100111011101111110001010010011011011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343B2F; }

 p { color: rgb(52,59,47); }

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

<style>
 a { background-color: #343B2F; }

 a { background-color: rgb(52,59,47); }

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

<style>
 span { border-color: #343B2F; }

 span { border-color: rgb(52,59,47); }

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