#241A00

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

Shades of Maire #241A00

Tints of Maire #241A00

Color information

#241A00 (or 0x241A00) is unknown color: approx Maire. HEX triplet: 24, 1A and 00. RGB value is (36,26,0). Sum of RGB (Red+Green+Blue) = 36+26+0=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 26 (10.55% from 255 or 41.94% from 62); Blue value is 0 (0.39% from 255 or 0% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #241A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A00 is #DBE5FF. Grayscale: #1A1A1A. Windows color (decimal): -14411264 or 6692. OLE color: 6692.

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

Color convert

RGB36260-
CMYK00.2810.86
HSL43.33º100%7.06%-
HSV(B)43.33º100%14.12%-
XYZ1.11.110.16-
YUV26.03113.31135.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 58.06%
GREEN value IS 26 (10.55% from 255) = 41.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.06%
G=41.94%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3626000.2810.8643.331007.06
Hex241A001C64562b647
Octal44320034144126531447
Binary100100110100011100110010010101101010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,26,0); }

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

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

 a { background-color: rgb(36,26,0); }

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

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

 span { border-color: rgb(36,26,0); }

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