Html Css Color HEX #37373C Revolver

📋 copy color: '#37373C'

red 55 ◦ green 55 ◦ blue 60

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

Shades of Revolver #37373C

Tints of Revolver #37373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 60 (23.83% from 255) = 35.29%

R = 32.35%
G = 32.35%
B = 35.29%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#37373C (or 0x37373C) is known color: Revolver. HEX triplet: 37, 37 and 3C. RGB value is (55,55,60). Sum of RGB (Red+Green+Blue) = 55+55+60=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 60 - color contains mainly: blue. Hex color #37373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37373C is #C8C8C3. Grayscale: #373737. Windows color (decimal): -13158596 or 3946295. OLE color: 3946295.

HSL color Cylindrical-coordinate representation of color #37373C: hue angle of 240º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #37373C is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 55 60 -
CMYK 0.08 0.08 0 0.76
HSL 240º 0.04% 0.23% -
HSV(B) 240º 0.08% 0.24% -
XYZ 3.76 3.87 4.82 -
YUV 55.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 55 55 60 0.08 0.08 0 0.76 240 0.04 0.23
Hex 37 37 3C 8 8 0 4C F0 4 17
Octal 67 67 74 10 10 0 114 360 4 27
Binary 110111 110111 111100 1000 1000 0 1001100 11110000 100 10111

Color Harmonies of #37373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37373C

Black with #37373C

Text Example


Text Example

White with #37373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37373C; }

 p { color: rgb(55,55,60); }

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

background-color css

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

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

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

border-color css

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

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

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