#2B1919

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

Shades of Seal Brown #2B1919

Tints of Seal Brown #2B1919

Color information

#2B1919 (or 0x2B1919) is unknown color: approx Seal Brown. HEX triplet: 2B, 19 and 19. RGB value is (43,25,25). Sum of RGB (Red+Green+Blue) = 43+25+25=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1919 is #D4E6E6. Grayscale: #1E1E1E. Windows color (decimal): -13952743 or 1644843. OLE color: 1644843.

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

Color convert

RGB432525-
CMYK00.420.420.83
HSL26.47%13.33%-
HSV(B)41.86%16.86%-
XYZ1.521.281.09-
YUV30.38124.96137-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=46.24%
G=26.88%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43252500.420.420.83026.4713.33
Hex2B191902A2A5301ad
Octal5331310525212303215
Binary1010111100111001010101010101010100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,25,25); }

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

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

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

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

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

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

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