#1B1313

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

Shades of Seal Brown #1B1313

Tints of Seal Brown #1B1313

Color information

#1B1313 (or 0x1B1313) is unknown color: approx Seal Brown. HEX triplet: 1B, 13 and 13. RGB value is (27,19,19). Sum of RGB (Red+Green+Blue) = 27+19+19=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1313 is #E4ECEC. Grayscale: #151515. Windows color (decimal): -15002861 or 1250075. OLE color: 1250075.

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

Color convert

RGB271919-
CMYK00.300.300.89
HSL17.39%9.02%-
HSV(B)29.63%10.59%-
XYZ0.80.750.72-
YUV21.39126.65132-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 41.54%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 19 (7.81% from 255) = 29.23%
R=41.54%
G=29.23%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27191900.300.300.89017.399.02
Hex1B131301E1E590119
Octal3323230363613102111
Binary1101110011100110111101111010110010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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