#181301

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

Shades of Maire #181301

Tints of Maire #181301

Color information

#181301 (or 0x181301) is unknown color: approx Maire. HEX triplet: 18, 13 and 01. RGB value is (24,19,1). Sum of RGB (Red+Green+Blue) = 24+19+1=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #181301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181301 is #E7ECFE. Grayscale: #121212. Windows color (decimal): -15199487 or 70424. OLE color: 70424.

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

Color convert

RGB24191-
CMYK00.210.960.91
HSL46.96º92%4.9%-
HSV(B)46.96º95.83%9.41%-
XYZ0.620.660.12-
YUV18.44118.16131.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=54.55%
G=43.18%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2419100.210.960.9146.96924.9
Hex18131015605B2f5c5
Octal30231025140133571345
Binary11000100111010101110000010110111011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181301; }

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

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

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

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

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

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

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

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