#343B30

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

Shades of Oil #343B30

Tints of Oil #343B30

Color information

#343B30 (or 0x343B30) is unknown color: approx Oil. HEX triplet: 34, 3B and 30. RGB value is (52,59,48). Sum of RGB (Red+Green+Blue) = 52+59+48=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 59 - color contains mainly: green. Hex color #343B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B30 is #CBC4CF. Grayscale: #373737. Windows color (decimal): -13354192 or 3160884. OLE color: 3160884.

HSL color Cylindrical-coordinate representation of color #343B30: 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 #343B30 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB525948-
CMYK0.1200.190.77
HSL98.18º10.28%20.98%-
HSV(B)98.18º18.64%23.14%-
XYZ3.514.073.4-
YUV55.65123.68125.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 59 (23.44% from 255) = 37.11%
BLUE value IS 48 (19.14% from 255) = 30.19%
R=32.70%
G=37.11%
B=30.19%

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
Decimal5259480.1200.190.7798.1810.2820.98
Hex343B30C0134D62a15
Octal647360140231151421225
Binary110100111011110000110001001110011011100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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