#232112

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

Shades of Maire #232112

Tints of Maire #232112

Color information

#232112 (or 0x232112) is unknown color: approx Maire. HEX triplet: 23, 21 and 12. RGB value is (35,33,18). Sum of RGB (Red+Green+Blue) = 35+33+18=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 33 (13.28% from 255 or 38.37% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #232112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232112 is #DCDEED. Grayscale: #1F1F1F. Windows color (decimal): -14474990 or 1188131. OLE color: 1188131.

HSL color Cylindrical-coordinate representation of color #232112: hue angle of 52.94º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #232112 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB353318-
CMYK00.060.490.86
HSL52.94º32.08%10.39%-
HSV(B)52.94º48.57%13.73%-
XYZ1.351.490.79-
YUV31.89120.16130.22-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 33 (13.28% from 255) = 38.37%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=40.70%
G=38.37%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35331800.060.490.8652.9432.0810.39
Hex2321120631563520a
Octal4341220661126654012
Binary10001110000110010011011000110101101101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232112; }

 p { color: rgb(35,33,18); }

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

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

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

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

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

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

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