#2B1816

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

Shades of Seal Brown #2B1816

Tints of Seal Brown #2B1816

Color information

#2B1816 (or 0x2B1816) is unknown color: approx Seal Brown. HEX triplet: 2B, 18 and 16. RGB value is (43,24,22). Sum of RGB (Red+Green+Blue) = 43+24+22=89 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.31% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1816 is #D4E7E9. Grayscale: #1D1D1D. Windows color (decimal): -13953002 or 1447979. OLE color: 1447979.

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

Color convert

RGB432422-
CMYK00.440.490.83
HSL5.71º32.31%12.75%-
HSV(B)5.71º48.84%16.86%-
XYZ1.471.220.92-
YUV29.45123.79137.66-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.31%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=48.31%
G=26.97%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43242200.440.490.835.7132.3112.75
Hex2B181602C3153620d
Octal5330260546112364015
Binary1010111100010110010110011000110100111101000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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