Html Css Color HEX #18180C Maire

📋 copy color: '#18180C'

red 24 ◦ green 24 ◦ blue 12

#18180C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #18180C

Tints of Maire #18180C

RGB

 RED value IS 24 (9.77% from 255) = 40%

 GREEN value IS 24 (9.77% from 255) = 40%

 BLUE value IS 12 (5.08% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#18180C (or 0x18180C) is known color: Maire. HEX triplet: 18, 18 and 0C. RGB value is (24,24,12). Sum of RGB (Red+Green+Blue) = 24+24+12=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 24 - color contains mainly: red, green. Hex color #18180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18180C is #E7E7F3. Grayscale: #161616. Windows color (decimal): -15198196 or 792600. OLE color: 792600.

HSL color Cylindrical-coordinate representation of color #18180C: hue angle of 60º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #18180C is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 24 12 -
CMYK 0 0 0.50 0.91
HSL 60º 0.33% 0.07% -
HSV(B) 60º 0.5% 0.09% -
XYZ 0.77 0.87 0.48 -
YUV 22.63 122 128.98 -
System Red Green Blue C M Y K H S L
Decimal 24 24 12 0 0 0.50 0.91 60 0.33 0.07
Hex 18 18 C 0 0 32 5B 3C 21 7
Octal 30 30 14 0 0 62 133 74 41 7
Binary 11000 11000 1100 0 0 110010 1011011 111100 100001 111

Color Harmonies of #18180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18180C

Black with #18180C

Text Example


Text Example

White with #18180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18180C; }

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

 H1.HeaderClassName
 {
   color: #18180C;
 }
 .AnyTagClassName
 {
   color: #18180C;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #18180C;
 }
 .BgClassName
 {
   background-color: #18180C;
 }
</style>

border-color css

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

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

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