#232322

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

Shades of Maire #232322

Tints of Maire #232322

Color information

#232322 (or 0x232322) is unknown color: approx Maire. HEX triplet: 23, 23 and 22. RGB value is (35,35,34). Sum of RGB (Red+Green+Blue) = 35+35+34=104 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.65% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232322 is #DCDCDD. Grayscale: #222222. Windows color (decimal): -14474462 or 2237219. OLE color: 2237219.

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

Color convert

RGB353534-
CMYK000.030.86
HSL60º1.45%13.53%-
HSV(B)60º2.86%13.73%-
XYZ1.581.671.75-
YUV34.89127.5128.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.65%
GREEN value IS 35 (14.06% from 255) = 33.65%
BLUE value IS 34 (13.67% from 255) = 32.69%
R=33.65%
G=33.65%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353534000.030.86601.4513.53
Hex232322003563c1e
Octal43434200312674116
Binary1000111000111000100011101011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232322; }

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

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

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

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

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

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

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

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