#242315

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

Shades of Maire #242315

Tints of Maire #242315

Color information

#242315 (or 0x242315) is unknown color: approx Maire. HEX triplet: 24, 23 and 15. RGB value is (36,35,21). Sum of RGB (Red+Green+Blue) = 36+35+21=92 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.13% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 36 - color contains mainly: red. Hex color #242315 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242315 is #DBDCEA. Grayscale: #212121. Windows color (decimal): -14408939 or 1385252. OLE color: 1385252.

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

Color convert

RGB363521-
CMYK00.030.420.86
HSL56º26.32%11.18%-
HSV(B)56º41.67%14.12%-
XYZ1.461.630.95-
YUV33.7120.83129.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.13%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=39.13%
G=38.04%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36352100.030.420.865626.3211.18
Hex242315032A56381ab
Octal4443250352126703213
Binary100100100011101010111010101010110111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242315; }

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

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

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

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

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

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

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

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