#373441

Color #373441 Revolver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Revolver #373441

Tints of Revolver #373441

Color information

#373441 (or 0x373441) is unknown color: approx Revolver. HEX triplet: 37, 34 and 41. RGB value is (55,52,65). Sum of RGB (Red+Green+Blue) = 55+52+65=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #373441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373441 is #C8CBBE. Grayscale: #363636. Windows color (decimal): -13159359 or 4273207. OLE color: 4273207.

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

Color convert

RGB555265-
CMYK0.150.2000.75
HSL253.85º11.11%22.94%-
HSV(B)253.85º20%25.49%-
XYZ3.763.655.51-
YUV54.38133.99128.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=31.98%
G=30.23%
B=37.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5552650.150.2000.75253.8511.1122.94
Hex373441F1404Bfeb17
Octal6764101172401133761327
Binary11011111010010000011111101000100101111111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373441; }

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

 H1.HeaderClassName
 {
   color: #373441;
 }
 .AnyTagClassName
 {
   color: #373441;
 }
</style>
background-color css

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

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

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

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

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

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