#2B2003

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

Shades of Maire #2B2003

Tints of Maire #2B2003

Color information

#2B2003 (or 0x2B2003) is unknown color: approx Maire. HEX triplet: 2B, 20 and 03. RGB value is (43,32,3). Sum of RGB (Red+Green+Blue) = 43+32+3=78 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.13% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2003 is #D4DFFC. Grayscale: #202020. Windows color (decimal): -13950973 or 204843. OLE color: 204843.

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

Color convert

RGB43323-
CMYK00.260.930.83
HSL43.5º86.96%9.02%-
HSV(B)43.5º93.02%16.86%-
XYZ1.531.550.31-
YUV31.98111.64135.86-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 55.13%
GREEN value IS 32 (12.89% from 255) = 41.03%
BLUE value IS 3 (1.56% from 255) = 3.85%
R=55.13%
G=41.03%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4332300.260.930.8343.586.969.02
Hex2B20301A5D532c579
Octal534030321351235412711
Binary101011100000110110101011101101001110110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,32,3); }

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

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

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

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

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

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

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