#181600

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

Shades of Maire #181600

Tints of Maire #181600

Color information

#181600 (or 0x181600) is unknown color: approx Maire. HEX triplet: 18, 16 and 00. RGB value is (24,22,0). Sum of RGB (Red+Green+Blue) = 24+22+0=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #181600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181600 is #E7E9FF. Grayscale: #141414. Windows color (decimal): -15198720 or 5656. OLE color: 5656.

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

Color convert

RGB24220-
CMYK00.0810.91
HSL55º100%4.71%-
HSV(B)55º100%9.41%-
XYZ0.660.770.11-
YUV20.09116.66130.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 22 (8.98% from 255) = 47.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.17%
G=47.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2422000.0810.91551004.71
Hex1816008645B37645
Octal30260010144133671445
Binary1100010110001000110010010110111101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181600; }

 p { color: rgb(24,22,0); }

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

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

 a { background-color: rgb(24,22,0); }

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

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

 span { border-color: rgb(24,22,0); }

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