#241F02

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

Shades of Maire #241F02

Tints of Maire #241F02

Color information

#241F02 (or 0x241F02) is unknown color: approx Maire. HEX triplet: 24, 1F and 02. RGB value is (36,31,2). Sum of RGB (Red+Green+Blue) = 36+31+2=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 2 (1.17% from 255 or 2.90% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #241F02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F02 is #DBE0FD. Grayscale: #1D1D1D. Windows color (decimal): -14409982 or 139044. OLE color: 139044.

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

Color convert

RGB36312-
CMYK00.140.940.86
HSL51.18º89.47%7.45%-
HSV(B)51.18º94.44%14.12%-
XYZ1.231.360.26-
YUV29.19112.66132.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 2 (1.17% from 255) = 2.90%
R=52.17%
G=44.93%
B=2.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3631200.140.940.8651.1889.477.45
Hex241F20E5E5633597
Octal44372016136126631317
Binary100100111111001110101111010101101100111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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