#2D230A

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

Shades of Maire #2D230A

Tints of Maire #2D230A

Color information

#2D230A (or 0x2D230A) is unknown color: approx Maire. HEX triplet: 2D, 23 and 0A. RGB value is (45,35,10). Sum of RGB (Red+Green+Blue) = 45+35+10=90 (11% of max value = 765). Red value is 45 (17.97% from 255 or 50% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 45 - color contains mainly: red. Hex color #2D230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D230A is #D2DCF5. Grayscale: #232323. Windows color (decimal): -13819126 or 664365. OLE color: 664365.

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

Color convert

RGB453510-
CMYK00.220.780.82
HSL42.86º63.64%10.78%-
HSV(B)42.86º77.78%17.65%-
XYZ1.741.780.54-
YUV35.14113.81135.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 38.89%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=50%
G=38.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45351000.220.780.8242.8663.6410.78
Hex2D23A0164E522b40b
Octal5543120261161225310013
Binary10110110001110100101101001110101001010101110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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