#241F12

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

Shades of Maire #241F12

Tints of Maire #241F12

Color information

#241F12 (or 0x241F12) is unknown color: approx Maire. HEX triplet: 24, 1F and 12. RGB value is (36,31,18). Sum of RGB (Red+Green+Blue) = 36+31+18=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #241F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F12 is #DBE0ED. Grayscale: #1F1F1F. Windows color (decimal): -14409966 or 1187620. OLE color: 1187620.

HSL color Cylindrical-coordinate representation of color #241F12: hue angle of 43.33º 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 #241F12 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB363118-
CMYK00.140.50.86
HSL43.33º33.33%10.59%-
HSV(B)43.33º50%14.12%-
XYZ1.331.40.77-
YUV31.01120.66131.56-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 42.35%
GREEN value IS 31 (12.5% from 255) = 36.47%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=42.35%
G=36.47%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36311800.140.50.8643.3333.3310.59
Hex241F120E32562b21b
Octal44372201662126534113
Binary10010011111100100111011001010101101010111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241F12; }

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

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

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

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

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

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

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

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