#1B1310

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

Shades of Seal Brown #1B1310

Tints of Seal Brown #1B1310

Color information

#1B1310 (or 0x1B1310) is unknown color: approx Seal Brown. HEX triplet: 1B, 13 and 10. RGB value is (27,19,16). Sum of RGB (Red+Green+Blue) = 27+19+16=62 (8% of max value = 765). Red value is 27 (10.94% from 255 or 43.55% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1310 is #E4ECEF. Grayscale: #151515. Windows color (decimal): -15002864 or 1053467. OLE color: 1053467.

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

Color convert

RGB271916-
CMYK00.300.410.89
HSL16.36º25.58%8.43%-
HSV(B)16.36º40.74%10.59%-
XYZ0.780.740.59-
YUV21.05125.15132.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 43.55%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 16 (6.64% from 255) = 25.81%
R=43.55%
G=30.65%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27191600.300.410.8916.3625.588.43
Hex1B131001E2959101a8
Octal33232003651131203210
Binary110111001110000011110101001101100110000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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