#241F05

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

Shades of Maire #241F05

Tints of Maire #241F05

Color information

#241F05 (or 0x241F05) is unknown color: approx Maire. HEX triplet: 24, 1F and 05. RGB value is (36,31,5). Sum of RGB (Red+Green+Blue) = 36+31+5=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #241F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F05 is #DBE0FA. Grayscale: #1D1D1D. Windows color (decimal): -14409979 or 335652. OLE color: 335652.

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

Color convert

RGB36315-
CMYK00.140.860.86
HSL50.32º75.61%8.04%-
HSV(B)50.32º86.11%14.12%-
XYZ1.241.370.34-
YUV29.53114.16132.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 5 (2.34% from 255) = 6.94%
R=50%
G=43.06%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.86
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631500.140.860.8650.3275.618.04
Hex241F50E5656324c8
Octal443750161261266211410
Binary10010011111101011101010110101011011001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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