#23211C

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

Shades of Maire #23211C

Tints of Maire #23211C

Color information

#23211C (or 0x23211C) is unknown color: approx Maire. HEX triplet: 23, 21 and 1C. RGB value is (35,33,28). Sum of RGB (Red+Green+Blue) = 35+33+28=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 35 - color contains mainly: red. Hex color #23211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23211C is #DCDEE3. Grayscale: #212121. Windows color (decimal): -14474980 or 1843491. OLE color: 1843491.

HSL color Cylindrical-coordinate representation of color #23211C: hue angle of 42.86º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #23211C is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB353328-
CMYK00.060.200.86
HSL42.86º11.11%12.35%-
HSV(B)42.86º20%13.73%-
XYZ1.451.531.32-
YUV33.03125.16129.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 28 (11.33% from 255) = 29.17%
R=36.46%
G=34.38%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35332800.060.200.8642.8611.1112.35
Hex23211C0614562bbc
Octal4341340624126531314
Binary10001110000111100011010100101011010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23211C; }

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

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

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

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

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

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

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

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