#23231B

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

Shades of Maire #23231B

Tints of Maire #23231B

Color information

#23231B (or 0x23231B) is unknown color: approx Maire. HEX triplet: 23, 23 and 1B. RGB value is (35,35,27). Sum of RGB (Red+Green+Blue) = 35+35+27=97 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.08% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 35 - color contains mainly: red, green. Hex color #23231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23231B is #DCDCE4. Grayscale: #222222. Windows color (decimal): -14474469 or 1778467. OLE color: 1778467.

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

Color convert

RGB353527-
CMYK000.230.86
HSL60º12.9%12.16%-
HSV(B)60º22.86%13.73%-
XYZ1.491.641.27-
YUV34.09124128.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.08%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 27 (10.94% from 255) = 27.84%
R=36.08%
G=36.08%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353527000.230.866012.912.16
Hex23231B0017563cdc
Octal4343330027126741514
Binary100011100011110110010111101011011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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