Html Css Color HEX #323A30 Oil

📋 copy color: '#323A30'

red 50 ◦ green 58 ◦ blue 48

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

Shades of Oil #323A30

Tints of Oil #323A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.77%

R = 32.05%
G = 37.18%
B = 30.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#323A30 (or 0x323A30) is known color: Oil. HEX triplet: 32, 3A and 30. RGB value is (50,58,48). Sum of RGB (Red+Green+Blue) = 50+58+48=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 58 - color contains mainly: green. Hex color #323A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A30 is #CDC5CF. Grayscale: #363636. Windows color (decimal): -13485520 or 3160626. OLE color: 3160626.

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

Color convert

RGB 50 58 48 -
CMYK 0.14 0 0.17 0.77
HSL 108º 0.09% 0.21% -
HSV(B) 108º 0.17% 0.23% -
XYZ 3.36 3.92 3.38 -
YUV 54.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 50 58 48 0.14 0 0.17 0.77 108 0.09 0.21
Hex 32 3A 30 E 0 11 4D 6C 9 15
Octal 62 72 60 16 0 21 115 154 11 25
Binary 110010 111010 110000 1110 0 10001 1001101 1101100 1001 10101

Color Harmonies of #323A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A30

Black with #323A30

Text Example


Text Example

White with #323A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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