#1E1313

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

Shades of Seal Brown #1E1313

Tints of Seal Brown #1E1313

Color information

#1E1313 (or 0x1E1313) is unknown color: approx Seal Brown. HEX triplet: 1E, 13 and 13. RGB value is (30,19,19). Sum of RGB (Red+Green+Blue) = 30+19+19=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1313 is #E1ECEC. Grayscale: #161616. Windows color (decimal): -14806253 or 1250078. OLE color: 1250078.

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

Color convert

RGB301919-
CMYK00.370.370.88
HSL22.45%9.61%-
HSV(B)36.67%11.76%-
XYZ0.890.790.72-
YUV22.29126.14133.5-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.12%
GREEN value IS 19 (7.81% from 255) = 27.94%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=44.12%
G=27.94%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30191900.370.370.88022.459.61
Hex1E13130252558016a
Octal3623230454513002612
Binary111101001110011010010110010110110000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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