#818381

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

Shades of Boulder #818381

Tints of Boulder #818381

Color information

#818381 (or 0x818381) is unknown color: approx Boulder. HEX triplet: 81, 83 and 81. RGB value is (129,131,129). Sum of RGB (Red+Green+Blue) = 129+131+129=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 131 - color contains mainly: green. Hex color #818381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818381 is #7E7C7E. Grayscale: #828282. Windows color (decimal): -8289407 or 8487809. OLE color: 8487809.

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

Color convert

RGB129131129-
CMYK0.0200.020.49
HSL120º0.8%50.98%-
HSV(B)120º1.53%51.37%-
XYZ21.1322.4824-
YUV130.17127.34127.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.16%
GREEN value IS 131 (51.56% from 255) = 33.68%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=33.16%
G=33.68%
B=33.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291311290.0200.020.491200.850.98
Hex8183812023178133
Octal20120320120261170163
Binary1000000110000011100000011001011000111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818381; }

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

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

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

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

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

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

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

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