#343930

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

Shades of Oil #343930

Tints of Oil #343930

Color information

#343930 (or 0x343930) is unknown color: approx Oil. HEX triplet: 34, 39 and 30. RGB value is (52,57,48). Sum of RGB (Red+Green+Blue) = 52+57+48=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 57 - color contains mainly: green. Hex color #343930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343930 is #CBC6CF. Grayscale: #363636. Windows color (decimal): -13354704 or 3160372. OLE color: 3160372.

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

Color convert

RGB525748-
CMYK0.0900.160.78
HSL93.33º8.57%20.59%-
HSV(B)93.33º15.79%22.35%-
XYZ3.413.873.36-
YUV54.48124.34126.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.12%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=33.12%
G=36.31%
B=30.57%

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
Decimal5257480.0900.160.7893.338.5720.59
Hex34393090104E5d915
Octal647160110201161351125
Binary110100111001110000100101000010011101011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343930; }

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

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

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

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

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

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

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

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