#181501

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

Shades of Maire #181501

Tints of Maire #181501

Color information

#181501 (or 0x181501) is unknown color: approx Maire. HEX triplet: 18, 15 and 01. RGB value is (24,21,1). Sum of RGB (Red+Green+Blue) = 24+21+1=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #181501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181501 is #E7EAFE. Grayscale: #131313. Windows color (decimal): -15198975 or 70936. OLE color: 70936.

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

Color convert

RGB24211-
CMYK00.130.960.91
HSL52.17º92%4.9%-
HSV(B)52.17º95.83%9.41%-
XYZ0.650.730.14-
YUV19.62117.49131.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=52.17%
G=45.65%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.96
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2421100.130.960.9152.17924.9
Hex181510D605B345c5
Octal30251015140133641345
Binary1100010101101101110000010110111101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181501; }

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

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

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

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

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

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

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

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