#373738

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

Shades of Revolver #373738

Tints of Revolver #373738

Color information

#373738 (or 0x373738) is unknown color: approx Revolver. HEX triplet: 37, 37 and 38. RGB value is (55,55,56). Sum of RGB (Red+Green+Blue) = 55+55+56=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 56 - color contains mainly: blue. Hex color #373738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373738 is #C8C8C7. Grayscale: #373737. Windows color (decimal): -13158600 or 3684151. OLE color: 3684151.

HSL color Cylindrical-coordinate representation of color #373738: hue angle of 240º degrees, saturation: 0.01, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #373738 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB555556-
CMYK0.020.0200.78
HSL240º0.9%21.76%-
HSV(B)240º1.79%21.96%-
XYZ3.663.834.29-
YUV55.11128.5127.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.13%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 56 (22.27% from 255) = 33.73%
R=33.13%
G=33.13%
B=33.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5555560.020.0200.782400.921.76
Hex3737382204Ef0116
Octal676770220116360126
Binary11011111011111100010100100111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373738; }

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

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

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

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

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

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

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

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