#2D2B23

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

Shades of Maire #2D2B23

Tints of Maire #2D2B23

Color information

#2D2B23 (or 0x2D2B23) is unknown color: approx Maire. HEX triplet: 2D, 2B and 23. RGB value is (45,43,35). Sum of RGB (Red+Green+Blue) = 45+43+35=123 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36.59% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 45 - color contains mainly: red. Hex color #2D2B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D2B23 is #D2D4DC. Grayscale: #2A2A2A. Windows color (decimal): -13817053 or 2304813. OLE color: 2304813.

HSL color Cylindrical-coordinate representation of color #2D2B23: hue angle of 48º degrees, saturation: 0.13, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2D2B23 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.82.

Color convert

RGB454335-
CMYK00.040.220.82
HSL48º12.5%15.69%-
HSV(B)48º22.22%17.65%-
XYZ2.252.411.94-
YUV42.69123.66129.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 36.59%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 35 (14.06% from 255) = 28.46%
R=36.59%
G=34.96%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45433500.040.220.824812.515.69
Hex2D2B2304165230d10
Octal5553430426122601520
Binary1011011010111000110100101101010010110000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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