#241900

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

Shades of Maire #241900

Tints of Maire #241900

Color information

#241900 (or 0x241900) is unknown color: approx Maire. HEX triplet: 24, 19 and 00. RGB value is (36,25,0). Sum of RGB (Red+Green+Blue) = 36+25+0=61 (8% of max value = 765). Red value is 36 (14.45% from 255 or 59.02% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 0 (0.39% from 255 or 0% from 61); Max value from RGB is 36 - color contains mainly: red. Hex color #241900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241900 is #DBE6FF. Grayscale: #191919. Windows color (decimal): -14411520 or 6436. OLE color: 6436.

HSL color Cylindrical-coordinate representation of color #241900: hue angle of 41.67º 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 #241900 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB36250-
CMYK00.3110.86
HSL41.67º100%7.06%-
HSV(B)41.67º100%14.12%-
XYZ1.081.070.15-
YUV25.44113.64135.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 59.02%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.02%
G=40.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3625000.3110.8641.671007.06
Hex2419001F64562a647
Octal44310037144126521447
Binary100100110010011111110010010101101010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241900; }

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

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

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

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

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

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

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

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