#23221E

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

Shades of Maire #23221E

Tints of Maire #23221E

Color information

#23221E (or 0x23221E) is unknown color: approx Maire. HEX triplet: 23, 22 and 1E. RGB value is (35,34,30). Sum of RGB (Red+Green+Blue) = 35+34+30=99 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35.35% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 35 - color contains mainly: red. Hex color #23221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23221E is #DCDDE1. Grayscale: #212121. Windows color (decimal): -14474722 or 1974819. OLE color: 1974819.

HSL color Cylindrical-coordinate representation of color #23221E: hue angle of 48º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #23221E is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB353430-
CMYK00.030.140.86
HSL48º7.69%12.75%-
HSV(B)48º14.29%13.73%-
XYZ1.51.61.46-
YUV33.84125.83128.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.35%
GREEN value IS 34 (13.67% from 255) = 34.34%
BLUE value IS 30 (12.11% from 255) = 30.30%
R=35.35%
G=34.34%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35343000.030.140.86487.6912.75
Hex23221E03E56308d
Octal4342360316126601015
Binary100011100010111100111110101011011000010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23221E; }

 p { color: rgb(35,34,30); }

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

<style>
 a { background-color: #23221E; }

 a { background-color: rgb(35,34,30); }

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

<style>
 span { border-color: #23221E; }

 span { border-color: rgb(35,34,30); }

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