#181304

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

Shades of Maire #181304

Tints of Maire #181304

Color information

#181304 (or 0x181304) is unknown color: approx Maire. HEX triplet: 18, 13 and 04. RGB value is (24,19,4). Sum of RGB (Red+Green+Blue) = 24+19+4=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #181304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181304 is #E7ECFB. Grayscale: #121212. Windows color (decimal): -15199484 or 267032. OLE color: 267032.

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

Color convert

RGB24194-
CMYK00.210.830.91
HSL45º71.43%5.49%-
HSV(B)45º83.33%9.41%-
XYZ0.630.670.21-
YUV18.78119.66131.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 19 (7.81% from 255) = 40.43%
BLUE value IS 4 (1.95% from 255) = 8.51%
R=51.06%
G=40.43%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2419400.210.830.914571.435.49
Hex18134015535B2d475
Octal30234025123133551075
Binary1100010011100010101101001110110111011011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181304; }

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

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

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

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

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

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

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

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