#181916

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

Shades of Rangoon Green #181916

Tints of Rangoon Green #181916

Color information

#181916 (or 0x181916) is unknown color: approx Rangoon Green. HEX triplet: 18, 19 and 16. RGB value is (24,25,22). Sum of RGB (Red+Green+Blue) = 24+25+22=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 25 - color contains mainly: green. Hex color #181916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181916 is #E7E6E9. Grayscale: #181818. Windows color (decimal): -15197930 or 1448216. OLE color: 1448216.

HSL color Cylindrical-coordinate representation of color #181916: hue angle of 80º degrees, saturation: 0.06, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #181916 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB242522-
CMYK0.0400.120.90
HSL80º6.38%9.22%-
HSV(B)80º12%9.8%-
XYZ0.870.950.9-
YUV24.36126.67127.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=33.80%
G=35.21%
B=30.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2425220.0400.120.90806.389.22
Hex18191640C5A5069
Octal3031264014132120611
Binary11000110011011010001100101101010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181916; }

 p { color: rgb(24,25,22); }

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

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

 a { background-color: rgb(24,25,22); }

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

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

 span { border-color: rgb(24,25,22); }

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