#343833

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

Shades of Oil #343833

Tints of Oil #343833

Color information

#343833 (or 0x343833) is unknown color: approx Oil. HEX triplet: 34, 38 and 33. RGB value is (52,56,51). Sum of RGB (Red+Green+Blue) = 52+56+51=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 56 - color contains mainly: green. Hex color #343833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343833 is #CBC7CC. Grayscale: #363636. Windows color (decimal): -13354957 or 3356724. OLE color: 3356724.

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

Color convert

RGB525651-
CMYK0.0700.090.78
HSL108º4.67%20.98%-
HSV(B)108º8.93%21.96%-
XYZ3.433.83.68-
YUV54.23126.17126.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.70%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 51 (20.31% from 255) = 32.08%
R=32.70%
G=35.22%
B=32.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256510.0700.090.781084.6720.98
Hex3438337094E6c515
Octal6470637011116154525
Binary110100111000110011111010011001110110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343833; }

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

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

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

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

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

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

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

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