Html Css Color HEX #18180A Maire

📋 copy color: '#18180A'

red 24 ◦ green 24 ◦ blue 10

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

Shades of Maire #18180A

Tints of Maire #18180A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 17.24%

R = 41.38%
G = 41.38%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#18180A (or 0x18180A) is known color: Maire. HEX triplet: 18, 18 and 0A. RGB value is (24,24,10). Sum of RGB (Red+Green+Blue) = 24+24+10=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 24 - color contains mainly: red, green. Hex color #18180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18180A is #E7E7F5. Grayscale: #161616. Windows color (decimal): -15198198 or 661528. OLE color: 661528.

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

Color convert

RGB 24 24 10 -
CMYK 0 0 0.58 0.91
HSL 60º 0.41% 0.07% -
HSV(B) 60º 0.58% 0.09% -
XYZ 0.76 0.87 0.42 -
YUV 22.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 24 24 10 0 0 0.58 0.91 60 0.41 0.07
Hex 18 18 A 0 0 3A 5B 3C 29 7
Octal 30 30 12 0 0 72 133 74 51 7
Binary 11000 11000 1010 0 0 111010 1011011 111100 101001 111

Color Harmonies of #18180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18180A

Black with #18180A

Text Example


Text Example

White with #18180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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