Html Css Color HEX #323531 Oil

📋 copy color: '#323531'

red 50 ◦ green 53 ◦ blue 49

#323531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oil #323531

Tints of Oil #323531

RGB

 RED value IS 50 (19.92% from 255) = 32.89%

 GREEN value IS 53 (21.09% from 255) = 34.87%

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 32.89%
G = 34.87%
B = 32.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#323531 (or 0x323531) is known color: Oil. HEX triplet: 32, 35 and 31. RGB value is (50,53,49). Sum of RGB (Red+Green+Blue) = 50+53+49=152 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.89% from 152); Green value is 53 (21.09% from 255 or 34.87% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 53 - color contains mainly: green. Hex color #323531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323531 is #CDCACE. Grayscale: #333333. Windows color (decimal): -13486799 or 3224882. OLE color: 3224882.

HSL color Cylindrical-coordinate representation of color #323531: hue angle of 105º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #323531 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB 50 53 49 -
CMYK 0.06 0 0.08 0.79
HSL 105º 0.04% 0.2% -
HSV(B) 105º 0.08% 0.21% -
XYZ 3.14 3.45 3.41 -
YUV 51.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 50 53 49 0.06 0 0.08 0.79 105 0.04 0.2
Hex 32 35 31 6 0 8 4F 69 4 14
Octal 62 65 61 6 0 10 117 151 4 24
Binary 110010 110101 110001 110 0 1000 1001111 1101001 100 10100

Color Harmonies of #323531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323531

Black with #323531

Text Example


Text Example

White with #323531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323531; }

 p { color: rgb(50,53,49); }

 H1.HeaderClassName
 {
   color: #323531;
 }
 .AnyTagClassName
 {
   color: #323531;
 }
</style>

background-color css

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

 a { background-color: rgb(50,53,49); }

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

border-color css

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

 span { border-color: rgb(50,53,49); }

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