#39393A

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

Shades of Revolver #39393A

Tints of Revolver #39393A

Color information

#39393A (or 0x39393A) is unknown color: approx Revolver. HEX triplet: 39, 39 and 3A. RGB value is (57,57,58). Sum of RGB (Red+Green+Blue) = 57+57+58=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 58 - color contains mainly: blue. Hex color #39393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39393A is #C6C6C5. Grayscale: #393939. Windows color (decimal): -13027014 or 3815737. OLE color: 3815737.

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

Color convert

RGB575758-
CMYK0.020.0200.77
HSL240º0.87%22.55%-
HSV(B)240º1.72%22.75%-
XYZ3.914.14.59-
YUV57.11128.5127.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 58 (23.05% from 255) = 33.72%
R=33.14%
G=33.14%
B=33.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5757580.020.0200.772400.8722.55
Hex39393A2204Df0117
Octal717172220115360127
Binary11100111100111101010100100110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39393A; }

 p { color: rgb(57,57,58); }

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

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

 a { background-color: rgb(57,57,58); }

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

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

 span { border-color: rgb(57,57,58); }

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