#241F03

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

Shades of Maire #241F03

Tints of Maire #241F03

Color information

#241F03 (or 0x241F03) is unknown color: approx Maire. HEX triplet: 24, 1F and 03. RGB value is (36,31,3). Sum of RGB (Red+Green+Blue) = 36+31+3=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #241F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F03 is #DBE0FC. Grayscale: #1D1D1D. Windows color (decimal): -14409981 or 204580. OLE color: 204580.

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

Color convert

RGB36313-
CMYK00.140.920.86
HSL50.91º84.62%7.65%-
HSV(B)50.91º91.67%14.12%-
XYZ1.231.360.28-
YUV29.3113.16132.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 3 (1.56% from 255) = 4.29%
R=51.43%
G=44.29%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631300.140.920.8650.9184.627.65
Hex241F30E5C5633558
Octal443730161341266312510
Binary1001001111111011101011100101011011001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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