#181401

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

Shades of Maire #181401

Tints of Maire #181401

Color information

#181401 (or 0x181401) is unknown color: approx Maire. HEX triplet: 18, 14 and 01. RGB value is (24,20,1). Sum of RGB (Red+Green+Blue) = 24+20+1=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #181401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181401 is #E7EBFE. Grayscale: #131313. Windows color (decimal): -15199231 or 70680. OLE color: 70680.

HSL color Cylindrical-coordinate representation of color #181401: hue angle of 49.57º 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 #181401 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.91.

Color convert

RGB24201-
CMYK00.170.960.91
HSL49.57º92%4.9%-
HSV(B)49.57º95.83%9.41%-
XYZ0.630.70.13-
YUV19.03117.83131.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 20 (8.20% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 2.22%
R=53.33%
G=44.44%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2420100.170.960.9149.57924.9
Hex18141011605B325c5
Octal30241021140133621345
Binary11000101001010001110000010110111100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181401; }

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

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

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

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

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

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

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

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