#343933

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

Shades of Oil #343933

Tints of Oil #343933

Color information

#343933 (or 0x343933) is unknown color: approx Oil. HEX triplet: 34, 39 and 33. RGB value is (52,57,51). Sum of RGB (Red+Green+Blue) = 52+57+51=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 51 (20.31% from 255 or 31.88% from 160); Max value from RGB is 57 - color contains mainly: green. Hex color #343933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343933 is #CBC6CC. Grayscale: #363636. Windows color (decimal): -13354701 or 3356980. OLE color: 3356980.

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

Color convert

RGB525751-
CMYK0.0900.110.78
HSL110º5.56%21.18%-
HSV(B)110º10.53%22.35%-
XYZ3.483.93.7-
YUV54.82125.84125.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 51 (20.31% from 255) = 31.88%
R=32.5%
G=35.62%
B=31.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5257510.0900.110.781105.5621.18
Hex34393390B4E6e615
Octal64716311013116156625
Binary1101001110011100111001010111001110110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343933; }

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

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

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

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

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

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

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

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