Html Css Color HEX #323A2F Oil

📋 copy color: '#323A2F'

red 50 ◦ green 58 ◦ blue 47

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

Shades of Oil #323A2F

Tints of Oil #323A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.42%

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 32.26%
G = 37.42%
B = 30.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#323A2F (or 0x323A2F) is known color: Oil. HEX triplet: 32, 3A and 2F. RGB value is (50,58,47). Sum of RGB (Red+Green+Blue) = 50+58+47=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 58 - color contains mainly: green. Hex color #323A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A2F is #CDC5D0. Grayscale: #363636. Windows color (decimal): -13485521 or 3095090. OLE color: 3095090.

HSL color Cylindrical-coordinate representation of color #323A2F: hue angle of 103.64º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #323A2F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB 50 58 47 -
CMYK 0.14 0 0.19 0.77
HSL 103.64º 0.1% 0.21% -
HSV(B) 103.64º 0.19% 0.23% -
XYZ 3.34 3.91 3.27 -
YUV 54.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 50 58 47 0.14 0 0.19 0.77 103.64 0.1 0.21
Hex 32 3A 2F E 0 13 4D 68 A 15
Octal 62 72 57 16 0 23 115 150 12 25
Binary 110010 111010 101111 1110 0 10011 1001101 1101000 1010 10101

Color Harmonies of #323A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A2F

Black with #323A2F

Text Example


Text Example

White with #323A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,58,47); }

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

background-color css

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

 a { background-color: rgb(50,58,47); }

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

border-color css

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

 span { border-color: rgb(50,58,47); }

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