#23231E

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

Shades of Maire #23231E

Tints of Maire #23231E

Color information

#23231E (or 0x23231E) is unknown color: approx Maire. HEX triplet: 23, 23 and 1E. RGB value is (35,35,30). Sum of RGB (Red+Green+Blue) = 35+35+30=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23231E is #DCDCE1. Grayscale: #222222. Windows color (decimal): -14474466 or 1975075. OLE color: 1975075.

HSL color Cylindrical-coordinate representation of color #23231E: hue angle of 60º 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 #23231E is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB353530-
CMYK000.140.86
HSL60º7.69%12.75%-
HSV(B)60º14.29%13.73%-
XYZ1.531.651.47-
YUV34.43125.5128.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 35%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 30 (12.11% from 255) = 30%
R=35%
G=35%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353530000.140.86607.6912.75
Hex23231E00E563c8d
Octal4343360016126741015
Binary10001110001111110001110101011011110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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