#241D01

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

Shades of Maire #241D01

Tints of Maire #241D01

Color information

#241D01 (or 0x241D01) is unknown color: approx Maire. HEX triplet: 24, 1D and 01. RGB value is (36,29,1). Sum of RGB (Red+Green+Blue) = 36+29+1=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #241D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D01 is #DBE2FE. Grayscale: #1C1C1C. Windows color (decimal): -14410495 or 72996. OLE color: 72996.

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

Color convert

RGB36291-
CMYK00.190.970.86
HSL48º94.59%7.25%-
HSV(B)48º97.22%14.12%-
XYZ1.171.260.21-
YUV27.9112.82133.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 54.55%
GREEN value IS 29 (11.72% from 255) = 43.94%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=54.55%
G=43.94%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3629100.190.970.864894.597.25
Hex241D10136156305f7
Octal44351023141126601377
Binary100100111011010011110000110101101100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,29,1); }

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

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

 a { background-color: rgb(36,29,1); }

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

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

 span { border-color: rgb(36,29,1); }

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