#1B1311

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

Shades of Seal Brown #1B1311

Tints of Seal Brown #1B1311

Color information

#1B1311 (or 0x1B1311) is unknown color: approx Seal Brown. HEX triplet: 1B, 13 and 11. RGB value is (27,19,17). Sum of RGB (Red+Green+Blue) = 27+19+17=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1311 is #E4ECEE. Grayscale: #151515. Windows color (decimal): -15002863 or 1119003. OLE color: 1119003.

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

Color convert

RGB271917-
CMYK00.300.370.89
HSL12º22.73%8.63%-
HSV(B)12º37.04%10.59%-
XYZ0.790.740.63-
YUV21.16125.65132.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 17 (7.03% from 255) = 26.98%
R=42.86%
G=30.16%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27191700.300.370.891222.738.63
Hex1B131101E2559c179
Octal33232103645131142711
Binary11011100111000101111010010110110011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,19,17); }

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

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

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

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

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

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

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