Html Css Color HEX #37353F Revolver

📋 copy color: '#37353F'

red 55 ◦ green 53 ◦ blue 63

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

Shades of Revolver #37353F

Tints of Revolver #37353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.84%

R = 32.16%
G = 30.99%
B = 36.84%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#37353F (or 0x37353F) is known color: Revolver. HEX triplet: 37, 35 and 3F. RGB value is (55,53,63). Sum of RGB (Red+Green+Blue) = 55+53+63=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 63 - color contains mainly: blue. Hex color #37353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37353F is #C8CAC0. Grayscale: #363636. Windows color (decimal): -13159105 or 4142391. OLE color: 4142391.

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

Color convert

RGB 55 53 63 -
CMYK 0.13 0.16 0 0.75
HSL 252º 0.09% 0.23% -
HSV(B) 252º 0.16% 0.25% -
XYZ 3.75 3.72 5.22 -
YUV 54.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 55 53 63 0.13 0.16 0 0.75 252 0.09 0.23
Hex 37 35 3F D 10 0 4B FC 9 17
Octal 67 65 77 15 20 0 113 374 11 27
Binary 110111 110101 111111 1101 10000 0 1001011 11111100 1001 10111

Color Harmonies of #37353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37353F

Black with #37353F

Text Example


Text Example

White with #37353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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