#181001

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

Shades of Maire #181001

Tints of Maire #181001

Color information

#181001 (or 0x181001) is unknown color: approx Maire. HEX triplet: 18, 10 and 01. RGB value is (24,16,1). Sum of RGB (Red+Green+Blue) = 24+16+1=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #181001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181001 is #E7EFFE. Grayscale: #101010. Windows color (decimal): -15200255 or 69656. OLE color: 69656.

HSL color Cylindrical-coordinate representation of color #181001: hue angle of 39.13º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #181001 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB24161-
CMYK00.330.960.91
HSL39.13º92%4.9%-
HSV(B)39.13º95.83%9.41%-
XYZ0.570.570.11-
YUV16.68119.15133.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 58.54%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=58.54%
G=39.02%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2416100.330.960.9139.13924.9
Hex18101021605B275c5
Octal30201041140133471345
Binary110001000010100001110000010110111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181001; }

 p { color: rgb(24,16,1); }

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

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

 a { background-color: rgb(24,16,1); }

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

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

 span { border-color: rgb(24,16,1); }

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