#2B1211

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

Shades of Seal Brown #2B1211

Tints of Seal Brown #2B1211

Color information

#2B1211 (or 0x2B1211) is unknown color: approx Seal Brown. HEX triplet: 2B, 12 and 11. RGB value is (43,18,17). Sum of RGB (Red+Green+Blue) = 43+18+17=78 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.13% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1211 is #D4EDEE. Grayscale: #191919. Windows color (decimal): -13954543 or 1118763. OLE color: 1118763.

HSL color Cylindrical-coordinate representation of color #2B1211: hue angle of 2.31º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1211 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB431817-
CMYK00.580.600.83
HSL2.31º43.33%11.76%-
HSV(B)2.31º60.47%16.86%-
XYZ1.310.990.65-
YUV25.36123.28140.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 55.13%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 17 (7.03% from 255) = 21.79%
R=55.13%
G=23.08%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43181700.580.600.832.3143.3311.76
Hex2B121103A3C5322bc
Octal5322210727412325314
Binary101011100101000101110101111001010011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,18,17); }

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

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

 a { background-color: rgb(43,18,17); }

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

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

 span { border-color: rgb(43,18,17); }

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