#242016

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

Shades of Maire #242016

Tints of Maire #242016

Color information

#242016 (or 0x242016) is unknown color: approx Maire. HEX triplet: 24, 20 and 16. RGB value is (36,32,22). Sum of RGB (Red+Green+Blue) = 36+32+22=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 36 - color contains mainly: red. Hex color #242016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242016 is #DBDFE9. Grayscale: #202020. Windows color (decimal): -14409706 or 1450020. OLE color: 1450020.

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

Color convert

RGB363222-
CMYK00.110.390.86
HSL42.86º24.14%11.37%-
HSV(B)42.86º38.89%14.12%-
XYZ1.391.470.97-
YUV32.06122.33130.81-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 32 (12.89% from 255) = 35.56%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=40%
G=35.56%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36322200.110.390.8642.8624.1411.37
Hex2420160B27562b18b
Octal44402601347126533013
Binary10010010000010110010111001111010110101011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242016; }

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

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

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

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

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

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

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

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