Html Css Color HEX #323C41 Mine Shaft

📋 copy color: '#323C41'

red 50 ◦ green 60 ◦ blue 65

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

Shades of Mine Shaft #323C41

Tints of Mine Shaft #323C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

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

R = 28.57%
G = 34.29%
B = 37.14%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323C41 (or 0x323C41) is known color: Mine Shaft. HEX triplet: 32, 3C and 41. RGB value is (50,60,65). Sum of RGB (Red+Green+Blue) = 50+60+65=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #323C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C41 is #CDC3BE. Grayscale: #393939. Windows color (decimal): -13484991 or 4275250. OLE color: 4275250.

HSL color Cylindrical-coordinate representation of color #323C41: hue angle of 200º 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 #323C41 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 50 60 65 -
CMYK 0.23 0.08 0 0.75
HSL 200º 0.13% 0.23% -
HSV(B) 200º 0.23% 0.25% -
XYZ 3.89 4.29 5.62 -
YUV 57.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 50 60 65 0.23 0.08 0 0.75 200 0.13 0.23
Hex 32 3C 41 17 8 0 4B C8 D 17
Octal 62 74 101 27 10 0 113 310 15 27
Binary 110010 111100 1000001 10111 1000 0 1001011 11001000 1101 10111

Color Harmonies of #323C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C41

Black with #323C41

Text Example


Text Example

White with #323C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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