#241F0C

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

Shades of Maire #241F0C

Tints of Maire #241F0C

Color information

#241F0C (or 0x241F0C) is unknown color: approx Maire. HEX triplet: 24, 1F and 0C. RGB value is (36,31,12). Sum of RGB (Red+Green+Blue) = 36+31+12=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F0C is #DBE0F3. Grayscale: #1E1E1E. Windows color (decimal): -14409972 or 794404. OLE color: 794404.

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

Color convert

RGB363112-
CMYK00.140.670.86
HSL47.5º50%9.41%-
HSV(B)47.5º66.67%14.12%-
XYZ1.281.380.55-
YUV30.33117.66132.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 12 (5.08% from 255) = 15.19%
R=45.57%
G=39.24%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36311200.140.670.8647.5509.41
Hex241FC0E43562f329
Octal443714016103126576211
Binary10010011111110001110100001110101101011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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