#383839

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

Shades of Revolver #383839

Tints of Revolver #383839

Color information

#383839 (or 0x383839) is unknown color: approx Revolver. HEX triplet: 38, 38 and 39. RGB value is (56,56,57). Sum of RGB (Red+Green+Blue) = 56+56+57=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 57 - color contains mainly: blue. Hex color #383839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383839 is #C7C7C6. Grayscale: #383838. Windows color (decimal): -13092807 or 3749944. OLE color: 3749944.

HSL color Cylindrical-coordinate representation of color #383839: 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 #383839 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB565657-
CMYK0.020.0200.78
HSL240º0.88%22.16%-
HSV(B)240º1.75%22.35%-
XYZ3.783.964.44-
YUV56.11128.5127.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.14%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=33.14%
G=33.14%
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
Decimal5656570.020.0200.782400.8822.16
Hex3838392204Ef0116
Octal707071220116360126
Binary11100011100011100110100100111011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383839; }

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

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

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

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

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

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

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

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