#181002

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

Shades of Maire #181002

Tints of Maire #181002

Color information

#181002 (or 0x181002) is unknown color: approx Maire. HEX triplet: 18, 10 and 02. RGB value is (24,16,2). Sum of RGB (Red+Green+Blue) = 24+16+2=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #181002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181002 is #E7EFFD. Grayscale: #101010. Windows color (decimal): -15200254 or 135192. OLE color: 135192.

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

Color convert

RGB24162-
CMYK00.330.920.91
HSL38.18º84.62%5.1%-
HSV(B)38.18º91.67%9.41%-
XYZ0.570.570.14-
YUV16.8119.65133.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 57.14%
GREEN value IS 16 (6.64% from 255) = 38.10%
BLUE value IS 2 (1.17% from 255) = 4.76%
R=57.14%
G=38.10%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2416200.330.920.9138.1884.625.1
Hex181020215C5B26555
Octal30202041134133461255
Binary1100010000100100001101110010110111001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181002; }

 p { color: rgb(24,16,2); }

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

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

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

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

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

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

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