Html Css Color HEX #323B41 Mirage

📋 copy color: '#323B41'

red 50 ◦ green 59 ◦ blue 65

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

Shades of Mirage #323B41

Tints of Mirage #323B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.91%

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

R = 28.74%
G = 33.91%
B = 37.36%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323B41 (or 0x323B41) is known color: Mirage. HEX triplet: 32, 3B and 41. RGB value is (50,59,65). Sum of RGB (Red+Green+Blue) = 50+59+65=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 59 (23.44% from 255 or 33.91% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 65 - color contains mainly: blue. Hex color #323B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B41 is #CDC4BE. Grayscale: #383838. Windows color (decimal): -13485247 or 4274994. OLE color: 4274994.

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

Color convert

RGB 50 59 65 -
CMYK 0.23 0.09 0 0.75
HSL 204º 0.13% 0.23% -
HSV(B) 204º 0.23% 0.25% -
XYZ 3.83 4.19 5.61 -
YUV 56.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 50 59 65 0.23 0.09 0 0.75 204 0.13 0.23
Hex 32 3B 41 17 9 0 4B CC D 17
Octal 62 73 101 27 11 0 113 314 15 27
Binary 110010 111011 1000001 10111 1001 0 1001011 11001100 1101 10111

Color Harmonies of #323B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B41

Black with #323B41

Text Example


Text Example

White with #323B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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