Html Css Color HEX #323141 Revolver

📋 copy color: '#323141'

red 50 ◦ green 49 ◦ blue 65

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

Shades of Revolver #323141

Tints of Revolver #323141

RGB

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

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

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

R = 30.49%
G = 29.88%
B = 39.63%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323141 (or 0x323141) is known color: Revolver. HEX triplet: 32, 31 and 41. RGB value is (50,49,65). Sum of RGB (Red+Green+Blue) = 50+49+65=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 65 - color contains mainly: blue. Hex color #323141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323141 is #CDCEBE. Grayscale: #333333. Windows color (decimal): -13487807 or 4272434. OLE color: 4272434.

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

Color convert

RGB 50 49 65 -
CMYK 0.23 0.25 0 0.75
HSL 243.75º 0.14% 0.22% -
HSV(B) 243.75º 0.25% 0.25% -
XYZ 3.37 3.26 5.45 -
YUV 51.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 50 49 65 0.23 0.25 0 0.75 243.75 0.14 0.22
Hex 32 31 41 17 19 0 4B F4 E 16
Octal 62 61 101 27 31 0 113 364 16 26
Binary 110010 110001 1000001 10111 11001 0 1001011 11110100 1110 10110

Color Harmonies of #323141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323141

Black with #323141

Text Example


Text Example

White with #323141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323141; }

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

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

background-color css

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

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

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

border-color css

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

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

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