#241F0F

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

Shades of Maire #241F0F

Tints of Maire #241F0F

Color information

#241F0F (or 0x241F0F) is unknown color: approx Maire. HEX triplet: 24, 1F and 0F. RGB value is (36,31,15). Sum of RGB (Red+Green+Blue) = 36+31+15=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F0F is #DBE0F0. Grayscale: #1E1E1E. Windows color (decimal): -14409969 or 991012. OLE color: 991012.

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

Color convert

RGB363115-
CMYK00.140.580.86
HSL45.71º41.18%10%-
HSV(B)45.71º58.33%14.12%-
XYZ1.31.390.65-
YUV30.67119.16131.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=43.90%
G=37.80%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36311500.140.580.8645.7141.1810
Hex241FF0E3A562e29a
Octal44371701672126565112
Binary1001001111111110111011101010101101011101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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