#1A1111

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

Shades of Seal Brown #1A1111

Tints of Seal Brown #1A1111

Color information

#1A1111 (or 0x1A1111) is unknown color: approx Seal Brown. HEX triplet: 1A, 11 and 11. RGB value is (26,17,17). Sum of RGB (Red+Green+Blue) = 26+17+17=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1111 is #E5EEEE. Grayscale: #131313. Windows color (decimal): -15068911 or 1118490. OLE color: 1118490.

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

Color convert

RGB261717-
CMYK00.350.350.90
HSL20.93%8.43%-
HSV(B)34.62%10.2%-
XYZ0.730.660.62-
YUV19.69126.48132.5-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 43.33%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 17 (7.03% from 255) = 28.33%
R=43.33%
G=28.33%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26171700.350.350.90020.938.43
Hex1A1111023235A0158
Octal3221210434313202510
Binary110101000110001010001110001110110100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,17); }

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

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

 a { background-color: rgb(26,17,17); }

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

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

 span { border-color: rgb(26,17,17); }

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