Html Css Color HEX #323930 Oil

📋 copy color: '#323930'

red 50 ◦ green 57 ◦ blue 48

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

Shades of Oil #323930

Tints of Oil #323930

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.77%

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

R = 32.26%
G = 36.77%
B = 30.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#323930 (or 0x323930) is known color: Oil. HEX triplet: 32, 39 and 30. RGB value is (50,57,48). Sum of RGB (Red+Green+Blue) = 50+57+48=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 57 - color contains mainly: green. Hex color #323930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323930 is #CDC6CF. Grayscale: #353535. Windows color (decimal): -13485776 or 3160370. OLE color: 3160370.

HSL color Cylindrical-coordinate representation of color #323930: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #323930 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 50 57 48 -
CMYK 0.12 0 0.16 0.78
HSL 106.67º 0.09% 0.21% -
HSV(B) 106.67º 0.16% 0.22% -
XYZ 3.31 3.82 3.36 -
YUV 53.88 124.68 125.23 -
System Red Green Blue C M Y K H S L
Decimal 50 57 48 0.12 0 0.16 0.78 106.67 0.09 0.21
Hex 32 39 30 C 0 10 4E 6B 9 15
Octal 62 71 60 14 0 20 116 153 11 25
Binary 110010 111001 110000 1100 0 10000 1001110 1101011 1001 10101

Color Harmonies of #323930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323930

Black with #323930

Text Example


Text Example

White with #323930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323930; }

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

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

background-color css

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

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

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

border-color css

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

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

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