#241F0E

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

Shades of Maire #241F0E

Tints of Maire #241F0E

Color information

#241F0E (or 0x241F0E) is unknown color: approx Maire. HEX triplet: 24, 1F and 0E. RGB value is (36,31,14). Sum of RGB (Red+Green+Blue) = 36+31+14=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F0E is #DBE0F1. Grayscale: #1E1E1E. Windows color (decimal): -14409970 or 925476. OLE color: 925476.

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

Color convert

RGB363114-
CMYK00.140.610.86
HSL46.36º44%9.8%-
HSV(B)46.36º61.11%14.12%-
XYZ1.31.390.61-
YUV30.56118.66131.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=44.44%
G=38.27%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36311400.140.610.8646.36449.8
Hex241FE0E3D562e2ca
Octal44371601675126565412
Binary1001001111111100111011110110101101011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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