Html Css Color HEX #323B2C Oil

📋 copy color: '#323B2C'

red 50 ◦ green 59 ◦ blue 44

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

Shades of Oil #323B2C

Tints of Oil #323B2C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.56%

 BLUE value IS 44 (17.58% from 255) = 28.76%

R = 32.68%
G = 38.56%
B = 28.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.77

RGB Variations

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

Color information

#323B2C (or 0x323B2C) is known color: Oil. HEX triplet: 32, 3B and 2C. RGB value is (50,59,44). Sum of RGB (Red+Green+Blue) = 50+59+44=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 59 (23.44% from 255 or 38.56% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 59 - color contains mainly: green. Hex color #323B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B2C is #CDC4D3. Grayscale: #363636. Windows color (decimal): -13485268 or 2898738. OLE color: 2898738.

HSL color Cylindrical-coordinate representation of color #323B2C: hue angle of 96º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #323B2C is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 59 44 -
CMYK 0.15 0 0.25 0.77
HSL 96º 0.15% 0.2% -
HSV(B) 96º 0.25% 0.23% -
XYZ 3.33 3.99 2.98 -
YUV 54.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 50 59 44 0.15 0 0.25 0.77 96 0.15 0.2
Hex 32 3B 2C F 0 19 4D 60 F 14
Octal 62 73 54 17 0 31 115 140 17 24
Binary 110010 111011 101100 1111 0 11001 1001101 1100000 1111 10100

Color Harmonies of #323B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B2C

Black with #323B2C

Text Example


Text Example

White with #323B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323B2C; }

 p { color: rgb(50,59,44); }

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

background-color css

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

 a { background-color: rgb(50,59,44); }

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

border-color css

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

 span { border-color: rgb(50,59,44); }

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