#343832

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

Shades of Oil #343832

Tints of Oil #343832

Color information

#343832 (or 0x343832) is unknown color: approx Oil. HEX triplet: 34, 38 and 32. RGB value is (52,56,50). Sum of RGB (Red+Green+Blue) = 52+56+50=158 (20% of max value = 765). Red value is 52 (20.70% from 255 or 32.91% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 56 - color contains mainly: green. Hex color #343832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343832 is #CBC7CD. Grayscale: #363636. Windows color (decimal): -13354958 or 3291188. OLE color: 3291188.

HSL color Cylindrical-coordinate representation of color #343832: hue angle of 100º 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 #343832 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB525650-
CMYK0.0700.110.78
HSL100º5.66%20.78%-
HSV(B)100º10.71%21.96%-
XYZ3.413.793.57-
YUV54.12125.67126.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.91%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 50 (19.92% from 255) = 31.65%
R=32.91%
G=35.44%
B=31.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5256500.0700.110.781005.6620.78
Hex34383270B4E64615
Octal6470627013116144625
Binary110100111000110010111010111001110110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343832; }

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

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

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

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

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

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

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

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