#1B1515

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

Shades of Seal Brown #1B1515

Tints of Seal Brown #1B1515

Color information

#1B1515 (or 0x1B1515) is unknown color: approx Seal Brown. HEX triplet: 1B, 15 and 15. RGB value is (27,21,21). Sum of RGB (Red+Green+Blue) = 27+21+21=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1515 is #E4EAEA. Grayscale: #161616. Windows color (decimal): -15002347 or 1381659. OLE color: 1381659.

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

Color convert

RGB272121-
CMYK00.220.220.89
HSL12.5%9.41%-
HSV(B)22.22%10.59%-
XYZ0.860.820.82-
YUV22.79126.99131-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 39.13%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=39.13%
G=30.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27212100.220.220.89012.59.41
Hex1B151501616590c9
Octal3325250262613101411
Binary110111010110101010110101101011001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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