#232320

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

Shades of Maire #232320

Tints of Maire #232320

Color information

#232320 (or 0x232320) is unknown color: approx Maire. HEX triplet: 23, 23 and 20. RGB value is (35,35,32). Sum of RGB (Red+Green+Blue) = 35+35+32=102 (13% of max value = 765). Red value is 35 (14.06% from 255 or 34.31% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 35 - color contains mainly: red, green. Hex color #232320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232320 is #DCDCDF. Grayscale: #222222. Windows color (decimal): -14474464 or 2106147. OLE color: 2106147.

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

Color convert

RGB353532-
CMYK000.090.86
HSL60º4.48%13.14%-
HSV(B)60º8.57%13.73%-
XYZ1.551.661.61-
YUV34.66126.5128.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 34.31%
GREEN value IS 35 (14.06% from 255) = 34.31%
BLUE value IS 32 (12.89% from 255) = 31.37%
R=34.31%
G=34.31%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353532000.090.86604.4813.14
Hex232320009563c4d
Octal434340001112674415
Binary10001110001110000000100110101101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232320; }

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

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

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

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

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

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

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

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