Html Css Color HEX #373541 Revolver

📋 copy color: '#373541'

red 55 ◦ green 53 ◦ blue 65

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

Shades of Revolver #373541

Tints of Revolver #373541

RGB

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

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

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

R = 31.79%
G = 30.64%
B = 37.57%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373541 (or 0x373541) is known color: Revolver. HEX triplet: 37, 35 and 41. RGB value is (55,53,65). Sum of RGB (Red+Green+Blue) = 55+53+65=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #373541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373541 is #C8CABE. Grayscale: #363636. Windows color (decimal): -13159103 or 4273463. OLE color: 4273463.

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

Color convert

RGB 55 53 65 -
CMYK 0.15 0.18 0 0.75
HSL 250º 0.1% 0.23% -
HSV(B) 250º 0.18% 0.25% -
XYZ 3.8 3.74 5.52 -
YUV 54.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 55 53 65 0.15 0.18 0 0.75 250 0.1 0.23
Hex 37 35 41 F 12 0 4B FA A 17
Octal 67 65 101 17 22 0 113 372 12 27
Binary 110111 110101 1000001 1111 10010 0 1001011 11111010 1010 10111

Color Harmonies of #373541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373541

Black with #373541

Text Example


Text Example

White with #373541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373541; }

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

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

background-color css

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

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

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

border-color css

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

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

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