#181800

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

Shades of Maire #181800

Tints of Maire #181800

Color information

#181800 (or 0x181800) is unknown color: approx Maire. HEX triplet: 18, 18 and 00. RGB value is (24,24,0). Sum of RGB (Red+Green+Blue) = 24+24+0=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 24 - color contains mainly: red, green. Hex color #181800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181800 is #E7E7FF. Grayscale: #151515. Windows color (decimal): -15198208 or 6168. OLE color: 6168.

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

Color convert

RGB24240-
CMYK0010.91
HSL60º100%4.71%-
HSV(B)60º100%9.41%-
XYZ0.70.850.13-
YUV21.26116129.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal242400010.91601004.71
Hex1818000645B3c645
Octal3030000144133741445
Binary1100011000000110010010110111111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181800; }

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

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

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

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

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

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

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

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