#1B1616

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

Shades of Seal Brown #1B1616

Tints of Seal Brown #1B1616

Color information

#1B1616 (or 0x1B1616) is unknown color: approx Seal Brown. HEX triplet: 1B, 16 and 16. RGB value is (27,22,22). Sum of RGB (Red+Green+Blue) = 27+22+22=71 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.03% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1616 is #E4E9E9. Grayscale: #171717. Windows color (decimal): -15002090 or 1447451. OLE color: 1447451.

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

Color convert

RGB272222-
CMYK00.190.190.89
HSL10.2%9.61%-
HSV(B)18.52%10.59%-
XYZ0.880.860.88-
YUV23.5127.16130.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 38.03%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=38.03%
G=30.99%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27222200.190.190.89010.29.61
Hex1B161601313590aa
Octal3326260232313101212
Binary110111011010110010011100111011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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