Html Css Color HEX #323631 Oil

📋 copy color: '#323631'

red 50 ◦ green 54 ◦ blue 49

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

Shades of Oil #323631

Tints of Oil #323631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 35.29%

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

R = 32.68%
G = 35.29%
B = 32.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#323631 (or 0x323631) is known color: Oil. HEX triplet: 32, 36 and 31. RGB value is (50,54,49). Sum of RGB (Red+Green+Blue) = 50+54+49=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 54 - color contains mainly: green. Hex color #323631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323631 is #CDC9CE. Grayscale: #343434. Windows color (decimal): -13486543 or 3225138. OLE color: 3225138.

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

Color convert

RGB 50 54 49 -
CMYK 0.07 0 0.09 0.79
HSL 108º 0.05% 0.2% -
HSV(B) 108º 0.09% 0.21% -
XYZ 3.19 3.54 3.42 -
YUV 52.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 50 54 49 0.07 0 0.09 0.79 108 0.05 0.2
Hex 32 36 31 7 0 9 4F 6C 5 14
Octal 62 66 61 7 0 11 117 154 5 24
Binary 110010 110110 110001 111 0 1001 1001111 1101100 101 10100

Color Harmonies of #323631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323631

Black with #323631

Text Example


Text Example

White with #323631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323631; }

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

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

background-color css

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

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

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

border-color css

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

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

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