Html Css Color HEX #323D41 Mine Shaft

📋 copy color: '#323D41'

red 50 ◦ green 61 ◦ blue 65

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

Shades of Mine Shaft #323D41

Tints of Mine Shaft #323D41

RGB

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

 GREEN value IS 61 (24.22% from 255) = 34.66%

 BLUE value IS 65 (25.78% from 255) = 36.93%

R = 28.41%
G = 34.66%
B = 36.93%

CMYK

 C value IS 0.23

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323D41 (or 0x323D41) is known color: Mine Shaft. HEX triplet: 32, 3D and 41. RGB value is (50,61,65). Sum of RGB (Red+Green+Blue) = 50+61+65=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #323D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D41 is #CDC2BE. Grayscale: #3A3A3A. Windows color (decimal): -13484735 or 4275506. OLE color: 4275506.

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

Color convert

RGB 50 61 65 -
CMYK 0.23 0.06 0 0.75
HSL 196º 0.13% 0.23% -
HSV(B) 196º 0.23% 0.25% -
XYZ 3.94 4.4 5.64 -
YUV 58.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 50 61 65 0.23 0.06 0 0.75 196 0.13 0.23
Hex 32 3D 41 17 6 0 4B C4 D 17
Octal 62 75 101 27 6 0 113 304 15 27
Binary 110010 111101 1000001 10111 110 0 1001011 11000100 1101 10111

Color Harmonies of #323D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D41

Black with #323D41

Text Example


Text Example

White with #323D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,61,65); }

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

background-color css

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

 a { background-color: rgb(50,61,65); }

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

border-color css

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

 span { border-color: rgb(50,61,65); }

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