Html Css Color HEX #181800 Maire

📋 copy color: '#181800'

red 24 ◦ green 24 ◦ blue 0

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

Shades of Maire #181800

Tints of Maire #181800

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 value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.91

RGB Variations

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

Color information

#181800 (or 0x181800) is known color: 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

RGB 24 24 0 -
CMYK 0 0 1 0.91
HSL 60º 1% 0.05% -
HSV(B) 60º 1% 0.09% -
XYZ 0.7 0.85 0.13 -
YUV 21.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 24 24 0 0 0 1 0.91 60 1 0.05
Hex 18 18 0 0 0 64 5B 3C 64 5
Octal 30 30 0 0 0 144 133 74 144 5
Binary 11000 11000 0 0 0 1100100 1011011 111100 1100100 101

Color Harmonies of #181800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181800

Black with #181800

Text Example


Text Example

White with #181800

Text Example


Text Example

HTML Codes & Css Web 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>