#232216

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

Shades of Maire #232216

Tints of Maire #232216

Color information

#232216 (or 0x232216) is unknown color: approx Maire. HEX triplet: 23, 22 and 16. RGB value is (35,34,22). Sum of RGB (Red+Green+Blue) = 35+34+22=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 35 - color contains mainly: red. Hex color #232216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232216 is #DCDDE9. Grayscale: #202020. Windows color (decimal): -14474730 or 1450531. OLE color: 1450531.

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

Color convert

RGB353422-
CMYK00.030.370.86
HSL55.38º22.81%11.18%-
HSV(B)55.38º37.14%13.73%-
XYZ1.411.560.99-
YUV32.93121.83129.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=38.46%
G=37.36%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35342200.030.370.8655.3822.8111.18
Hex2322160325563717b
Octal4342260345126672713
Binary100011100010101100111001011010110110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232216; }

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

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

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

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

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

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

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

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