#2B230A

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

Shades of Maire #2B230A

Tints of Maire #2B230A

Color information

#2B230A (or 0x2B230A) is unknown color: approx Maire. HEX triplet: 2B, 23 and 0A. RGB value is (43,35,10). Sum of RGB (Red+Green+Blue) = 43+35+10=88 (11% of max value = 765). Red value is 43 (17.19% from 255 or 48.86% from 88); Green value is 35 (14.06% from 255 or 39.77% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 43 - color contains mainly: red. Hex color #2B230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B230A is #D4DCF5. Grayscale: #222222. Windows color (decimal): -13950198 or 664363. OLE color: 664363.

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

Color convert

RGB433510-
CMYK00.190.770.83
HSL45.45º62.26%10.39%-
HSV(B)45.45º76.74%16.86%-
XYZ1.651.740.54-
YUV34.54114.15134.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 48.86%
GREEN value IS 35 (14.06% from 255) = 39.77%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=48.86%
G=39.77%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.77
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43351000.190.770.8345.4562.2610.39
Hex2B23A0134D532d3ea
Octal534312023115123557612
Binary1010111000111010010011100110110100111011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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