#242215

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

Shades of Maire #242215

Tints of Maire #242215

Color information

#242215 (or 0x242215) is unknown color: approx Maire. HEX triplet: 24, 22 and 15. RGB value is (36,34,21). Sum of RGB (Red+Green+Blue) = 36+34+21=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 36 - color contains mainly: red. Hex color #242215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242215 is #DBDDEA. Grayscale: #212121. Windows color (decimal): -14409195 or 1384996. OLE color: 1384996.

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

Color convert

RGB363421-
CMYK00.060.420.86
HSL52º26.32%11.18%-
HSV(B)52º41.67%14.12%-
XYZ1.431.570.94-
YUV33.12121.16130.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 21 (8.59% from 255) = 23.08%
R=39.56%
G=37.36%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36342100.060.420.865226.3211.18
Hex242215062A56341ab
Octal4442250652126643213
Binary1001001000101010101101010101010110110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242215; }

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

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

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

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

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

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

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

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