#2B1615

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

Shades of Seal Brown #2B1615

Tints of Seal Brown #2B1615

Color information

#2B1615 (or 0x2B1615) is unknown color: approx Seal Brown. HEX triplet: 2B, 16 and 15. RGB value is (43,22,21). Sum of RGB (Red+Green+Blue) = 43+22+21=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1615 is #D4E9EA. Grayscale: #1C1C1C. Windows color (decimal): -13953515 or 1381931. OLE color: 1381931.

HSL color Cylindrical-coordinate representation of color #2B1615: hue angle of 2.73º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1615 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.83.

Color convert

RGB432221-
CMYK00.490.510.83
HSL2.73º34.38%12.55%-
HSV(B)2.73º51.16%16.86%-
XYZ1.421.140.86-
YUV28.16123.96138.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 50%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=50%
G=25.58%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43222100.490.510.832.7334.3812.55
Hex2B16150313353322d
Octal5326250616312334215
Binary101011101101010101100011100111010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1615; }

 p { color: rgb(43,22,21); }

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

<style>
 a { background-color: #2B1615; }

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

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

<style>
 span { border-color: #2B1615; }

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

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