#181300

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

Shades of Maire #181300

Tints of Maire #181300

Color information

#181300 (or 0x181300) is unknown color: approx Maire. HEX triplet: 18, 13 and 00. RGB value is (24,19,0). Sum of RGB (Red+Green+Blue) = 24+19+0=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #181300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181300 is #E7ECFF. Grayscale: #121212. Windows color (decimal): -15199488 or 4888. OLE color: 4888.

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

Color convert

RGB24190-
CMYK00.2110.91
HSL47.5º100%4.71%-
HSV(B)47.5º100%9.41%-
XYZ0.610.660.1-
YUV18.33117.66132.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 19 (7.81% from 255) = 44.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.81%
G=44.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2419000.2110.9147.51004.71
Hex18130015645B30645
Octal30230025144133601445
Binary11000100110010101110010010110111100001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181300; }

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

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

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

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

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

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

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

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