Html Css Color HEX #323149 Revolver

📋 copy color: '#323149'

red 50 ◦ green 49 ◦ blue 73

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

Shades of Revolver #323149

Tints of Revolver #323149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 73 (28.91% from 255) = 42.44%

R = 29.07%
G = 28.49%
B = 42.44%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#323149 (or 0x323149) is known color: Revolver. HEX triplet: 32, 31 and 49. RGB value is (50,49,73). Sum of RGB (Red+Green+Blue) = 50+49+73=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #323149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323149 is #CDCEB6. Grayscale: #333333. Windows color (decimal): -13487799 or 4796722. OLE color: 4796722.

HSL color Cylindrical-coordinate representation of color #323149: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #323149 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 49 73 -
CMYK 0.32 0.33 0 0.71
HSL 242.5º 0.2% 0.24% -
HSV(B) 242.5º 0.33% 0.29% -
XYZ 3.62 3.36 6.76 -
YUV 52.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 50 49 73 0.32 0.33 0 0.71 242.5 0.2 0.24
Hex 32 31 49 20 21 0 47 F2 14 18
Octal 62 61 111 40 41 0 107 362 24 30
Binary 110010 110001 1001001 100000 100001 0 1000111 11110010 10100 11000

Color Harmonies of #323149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323149

Black with #323149

Text Example


Text Example

White with #323149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323149; }

 p { color: rgb(50,49,73); }

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

background-color css

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

 a { background-color: rgb(50,49,73); }

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

border-color css

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

 span { border-color: rgb(50,49,73); }

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