#1E1616

Color #1E1616 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #1E1616

Tints of Seal Brown #1E1616

Color information

#1E1616 (or 0x1E1616) is unknown color: approx Seal Brown. HEX triplet: 1E, 16 and 16. RGB value is (30,22,22). Sum of RGB (Red+Green+Blue) = 30+22+22=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1616 is #E1E9E9. Grayscale: #181818. Windows color (decimal): -14805482 or 1447454. OLE color: 1447454.

HSL color Cylindrical-coordinate representation of color #1E1616: hue angle of 0º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1E1616 is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.88.

Color convert

RGB302222-
CMYK00.270.270.88
HSL15.38%10.2%-
HSV(B)26.67%11.76%-
XYZ0.970.910.88-
YUV24.39126.65132-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=40.54%
G=29.73%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30222200.270.270.88015.3810.2
Hex1E161601B1B580fa
Octal3626260333313001712
Binary111101011010110011011110111011000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E1616; }

 p { color: rgb(30,22,22); }

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

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

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

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

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

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

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