#232215

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

Shades of Maire #232215

Tints of Maire #232215

Color information

#232215 (or 0x232215) is unknown color: approx Maire. HEX triplet: 23, 22 and 15. RGB value is (35,34,21). Sum of RGB (Red+Green+Blue) = 35+34+21=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #232215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232215 is #DCDDEA. Grayscale: #202020. Windows color (decimal): -14474731 or 1384995. OLE color: 1384995.

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

Color convert

RGB353421-
CMYK00.030.400.86
HSL55.71º25%10.98%-
HSV(B)55.71º40%13.73%-
XYZ1.41.560.94-
YUV32.82121.33129.56-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 21 (8.59% from 255) = 23.33%
R=38.89%
G=37.78%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35342100.030.400.8655.712510.98
Hex2322150328563819b
Octal4342250350126703113
Binary100011100010101010111010001010110111000110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232215; }

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

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

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

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

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

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

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

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