#1B1414

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

Shades of Seal Brown #1B1414

Tints of Seal Brown #1B1414

Color information

#1B1414 (or 0x1B1414) is unknown color: approx Seal Brown. HEX triplet: 1B, 14 and 14. RGB value is (27,20,20). Sum of RGB (Red+Green+Blue) = 27+20+20=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1414 is #E4EBEB. Grayscale: #161616. Windows color (decimal): -15002604 or 1315867. OLE color: 1315867.

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

Color convert

RGB272020-
CMYK00.260.260.89
HSL14.89%9.22%-
HSV(B)25.93%10.59%-
XYZ0.830.780.77-
YUV22.09126.82131.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 40.30%
GREEN value IS 20 (8.20% from 255) = 29.85%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=40.30%
G=29.85%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27202000.260.260.89014.899.22
Hex1B141401A1A590f9
Octal3324240323213101711
Binary110111010010100011010110101011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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