#23221D

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

Shades of Maire #23221D

Tints of Maire #23221D

Color information

#23221D (or 0x23221D) is unknown color: approx Maire. HEX triplet: 23, 22 and 1D. RGB value is (35,34,29). Sum of RGB (Red+Green+Blue) = 35+34+29=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 35 - color contains mainly: red. Hex color #23221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23221D is #DCDDE2. Grayscale: #212121. Windows color (decimal): -14474723 or 1909283. OLE color: 1909283.

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

Color convert

RGB353429-
CMYK00.030.170.86
HSL50º9.38%12.55%-
HSV(B)50º17.14%13.73%-
XYZ1.491.591.39-
YUV33.73125.33128.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35.71%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 29 (11.72% from 255) = 29.59%
R=35.71%
G=34.69%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35342900.030.170.86509.3812.55
Hex23221D031156329d
Octal4342350321126621115
Binary1000111000101110101110001101011011001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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