#1E1515

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

Shades of Seal Brown #1E1515

Tints of Seal Brown #1E1515

Color information

#1E1515 (or 0x1E1515) is unknown color: approx Seal Brown. HEX triplet: 1E, 15 and 15. RGB value is (30,21,21). Sum of RGB (Red+Green+Blue) = 30+21+21=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1515 is #E1EAEA. Grayscale: #171717. Windows color (decimal): -14805739 or 1381662. OLE color: 1381662.

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

Color convert

RGB302121-
CMYK00.300.300.88
HSL17.65%10%-
HSV(B)30%11.76%-
XYZ0.940.870.83-
YUV23.69126.48132.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.67%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 21 (8.59% from 255) = 29.17%
R=41.67%
G=29.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30212100.300.300.88017.6510
Hex1E151501E1E58012a
Octal3625250363613002212
Binary1111010101101010111101111010110000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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