#242005

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

Shades of Maire #242005

Tints of Maire #242005

Color information

#242005 (or 0x242005) is unknown color: approx Maire. HEX triplet: 24, 20 and 05. RGB value is (36,32,5). Sum of RGB (Red+Green+Blue) = 36+32+5=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 5 (2.34% from 255 or 6.85% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #242005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242005 is #DBDFFA. Grayscale: #1E1E1E. Windows color (decimal): -14409723 or 335908. OLE color: 335908.

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

Color convert

RGB36325-
CMYK00.110.860.86
HSL52.26º75.61%8.04%-
HSV(B)52.26º86.11%14.12%-
XYZ1.271.420.35-
YUV30.12113.83132.2-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 49.32%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 5 (2.34% from 255) = 6.85%
R=49.32%
G=43.84%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3632500.110.860.8652.2675.618.04
Hex242050B5656344c8
Octal444050131261266411410
Binary100100100000101010111010110101011011010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242005; }

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

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

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

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

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

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

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

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