#232115

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

Shades of Maire #232115

Tints of Maire #232115

Color information

#232115 (or 0x232115) is unknown color: approx Maire. HEX triplet: 23, 21 and 15. RGB value is (35,33,21). Sum of RGB (Red+Green+Blue) = 35+33+21=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 21 (8.59% from 255 or 23.60% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #232115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #232115 is #DCDEEA. Grayscale: #202020. Windows color (decimal): -14474987 or 1384739. OLE color: 1384739.

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

Color convert

RGB353321-
CMYK00.060.400.86
HSL51.43º25%10.98%-
HSV(B)51.43º40%13.73%-
XYZ1.371.50.93-
YUV32.23121.66129.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.33%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 21 (8.59% from 255) = 23.60%
R=39.33%
G=37.08%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35332100.060.400.8651.432510.98
Hex2321150628563319b
Octal4341250650126633113
Binary1000111000011010101101010001010110110011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232115; }

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

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

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

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

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

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

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

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