#2B1001

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

Shades of Seal Brown #2B1001

Tints of Seal Brown #2B1001

Color information

#2B1001 (or 0x2B1001) is unknown color: approx Seal Brown. HEX triplet: 2B, 10 and 01. RGB value is (43,16,1). Sum of RGB (Red+Green+Blue) = 43+16+1=60 (7% of max value = 765). Red value is 43 (17.19% from 255 or 71.67% from 60); Green value is 16 (6.64% from 255 or 26.67% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1001 is #D4EFFE. Grayscale: #161616. Windows color (decimal): -13955071 or 69675. OLE color: 69675.

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

Color convert

RGB43161-
CMYK00.630.980.83
HSL21.43º95.45%8.63%-
HSV(B)21.43º97.67%16.86%-
XYZ1.190.890.14-
YUV22.36115.95142.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 71.67%
GREEN value IS 16 (6.64% from 255) = 26.67%
BLUE value IS 1 (0.78% from 255) = 1.67%
R=71.67%
G=26.67%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4316100.630.980.8321.4395.458.63
Hex2B10103F6253155f9
Octal532010771421232513711
Binary1010111000010111111110001010100111010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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