Html Css Color HEX #373540 Revolver

📋 copy color: '#373540'

red 55 ◦ green 53 ◦ blue 64

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

Shades of Revolver #373540

Tints of Revolver #373540

RGB

 RED value IS 55 (21.88% from 255) = 31.98%

 GREEN value IS 53 (21.09% from 255) = 30.81%

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 31.98%
G = 30.81%
B = 37.21%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373540 (or 0x373540) is known color: Revolver. HEX triplet: 37, 35 and 40. RGB value is (55,53,64). Sum of RGB (Red+Green+Blue) = 55+53+64=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #373540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373540 is #C8CABF. Grayscale: #363636. Windows color (decimal): -13159104 or 4207927. OLE color: 4207927.

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

Color convert

RGB 55 53 64 -
CMYK 0.14 0.17 0 0.75
HSL 250.91º 0.09% 0.23% -
HSV(B) 250.91º 0.17% 0.25% -
XYZ 3.77 3.73 5.37 -
YUV 54.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 55 53 64 0.14 0.17 0 0.75 250.91 0.09 0.23
Hex 37 35 40 E 11 0 4B FB 9 17
Octal 67 65 100 16 21 0 113 373 11 27
Binary 110111 110101 1000000 1110 10001 0 1001011 11111011 1001 10111

Color Harmonies of #373540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373540

Black with #373540

Text Example


Text Example

White with #373540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373540; }

 p { color: rgb(55,53,64); }

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

background-color css

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

 a { background-color: rgb(55,53,64); }

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

border-color css

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

 span { border-color: rgb(55,53,64); }

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