#2B2303

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

Shades of Maire #2B2303

Tints of Maire #2B2303

Color information

#2B2303 (or 0x2B2303) is unknown color: approx Maire. HEX triplet: 2B, 23 and 03. RGB value is (43,35,3). Sum of RGB (Red+Green+Blue) = 43+35+3=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 3 (1.56% from 255 or 3.70% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B2303 is #D4DCFC. Grayscale: #212121. Windows color (decimal): -13950205 or 205611. OLE color: 205611.

HSL color Cylindrical-coordinate representation of color #2B2303: hue angle of 48º 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 #2B2303 is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.83.

Color convert

RGB43353-
CMYK00.190.930.83
HSL48º86.96%9.02%-
HSV(B)48º93.02%16.86%-
XYZ1.611.720.33-
YUV33.74110.65134.6-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.09%
GREEN value IS 35 (14.06% from 255) = 43.21%
BLUE value IS 3 (1.56% from 255) = 3.70%
R=53.09%
G=43.21%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.93
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4335300.190.930.834886.969.02
Hex2B2330135D5330579
Octal534330231351236012711
Binary101011100011110100111011101101001111000010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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