#2B100F

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

Shades of Seal Brown #2B100F

Tints of Seal Brown #2B100F

Color information

#2B100F (or 0x2B100F) is unknown color: approx Seal Brown. HEX triplet: 2B, 10 and 0F. RGB value is (43,16,15). Sum of RGB (Red+Green+Blue) = 43+16+15=74 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.11% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 43 - color contains mainly: red. Hex color #2B100F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B100F is #D4EFF0. Grayscale: #171717. Windows color (decimal): -13955057 or 987179. OLE color: 987179.

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

Color convert

RGB431615-
CMYK00.630.650.83
HSL2.14º48.28%11.37%-
HSV(B)2.14º65.12%16.86%-
XYZ1.270.920.56-
YUV23.96122.95141.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 58.11%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=58.11%
G=21.62%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43161500.630.650.832.1448.2811.37
Hex2B10F03F4153230b
Octal53201707710112326013
Binary101011100001111011111110000011010011101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B100F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,16,15); }

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

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

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

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

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

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

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