#242412

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

Shades of Maire #242412

Tints of Maire #242412

Color information

#242412 (or 0x242412) is unknown color: approx Maire. HEX triplet: 24, 24 and 12. RGB value is (36,36,18). Sum of RGB (Red+Green+Blue) = 36+36+18=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 36 - color contains mainly: red, green. Hex color #242412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242412 is #DBDBED. Grayscale: #222222. Windows color (decimal): -14408686 or 1188900. OLE color: 1188900.

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

Color convert

RGB363618-
CMYK000.50.86
HSL60º33.33%10.59%-
HSV(B)60º50%14.12%-
XYZ1.471.680.82-
YUV33.95119129.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 36 (14.45% from 255) = 40%
BLUE value IS 18 (7.42% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal363618000.50.866033.3310.59
Hex2424120032563c21b
Octal4444220062126744113
Binary100100100100100100011001010101101111001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242412; }

 p { color: rgb(36,36,18); }

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

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

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

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

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

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

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