#232016

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

Shades of Maire #232016

Tints of Maire #232016

Color information

#232016 (or 0x232016) is unknown color: approx Maire. HEX triplet: 23, 20 and 16. RGB value is (35,32,22). Sum of RGB (Red+Green+Blue) = 35+32+22=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #232016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232016 is #DCDFE9. Grayscale: #1F1F1F. Windows color (decimal): -14475242 or 1450019. OLE color: 1450019.

HSL color Cylindrical-coordinate representation of color #232016: hue angle of 46.15º 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 #232016 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.86.

Color convert

RGB353222-
CMYK00.090.370.86
HSL46.15º22.81%11.18%-
HSV(B)46.15º37.14%13.73%-
XYZ1.351.450.97-
YUV31.76122.49130.31-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=39.33%
G=35.96%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35322200.090.370.8646.1522.8111.18
Hex2320160925562e17b
Octal43402601145126562713
Binary10001110000010110010011001011010110101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232016; }

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

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

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

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

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

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

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

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