#838383

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

Shades of Grey #838383

Tints of Grey #838383

Color information

#838383 (or 0x838383) is unknown color: approx Grey. HEX triplet: 83, 83 and 83. RGB value is (131,131,131). Sum of RGB (Red+Green+Blue) = 131+131+131=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 131 - color contains mainly: red, green, blue. Hex color #838383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838383 is #7C7C7C. Grayscale: #838383. Windows color (decimal): -8158333 or 8618883. OLE color: 8618883.

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

Color convert

RGB131131131-
CMYK0000.49
HSL0%51.37%-
HSV(B)0%51.37%-
XYZ21.5722.724.72-
YUV131128128-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 131 (51.56% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311311310000.490051.37
Hex838383000310033
Octal203203203000610063
Binary10000011100000111000001100011000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838383; }

 p { color: rgb(131,131,131); }

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

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

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

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

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

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

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