#181406

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

Shades of Maire #181406

Tints of Maire #181406

Color information

#181406 (or 0x181406) is unknown color: approx Maire. HEX triplet: 18, 14 and 06. RGB value is (24,20,6). Sum of RGB (Red+Green+Blue) = 24+20+6=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #181406 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181406 is #E7EBF9. Grayscale: #131313. Windows color (decimal): -15199226 or 398360. OLE color: 398360.

HSL color Cylindrical-coordinate representation of color #181406: hue angle of 46.67º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181406 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.91.

Color convert

RGB24206-
CMYK00.170.750.91
HSL46.67º60%5.88%-
HSV(B)46.67º75%9.41%-
XYZ0.660.710.27-
YUV19.6120.33131.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48%
GREEN value IS 20 (8.20% from 255) = 40%
BLUE value IS 6 (2.73% from 255) = 12%
R=48%
G=40%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2420600.170.750.9146.67605.88
Hex181460114B5B2f3c6
Octal3024602111313357746
Binary110001010011001000110010111011011101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181406; }

 p { color: rgb(24,20,6); }

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

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

 a { background-color: rgb(24,20,6); }

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

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

 span { border-color: rgb(24,20,6); }

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