Html Css Color HEX #180A17 Mardi Gras

📋 copy color: '#180A17'

red 24 ◦ green 10 ◦ blue 23

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

Shades of Mardi Gras #180A17

Tints of Mardi Gras #180A17

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.54%

 BLUE value IS 23 (9.38% from 255) = 40.35%

R = 42.11%
G = 17.54%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#180A17 (or 0x180A17) is known color: Mardi Gras. HEX triplet: 18, 0A and 17. RGB value is (24,10,23). Sum of RGB (Red+Green+Blue) = 24+10+23=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #180A17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A17 is #E7F5E8. Grayscale: #0F0F0F. Windows color (decimal): -15201769 or 1509912. OLE color: 1509912.

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

Color convert

RGB 24 10 23 -
CMYK 0 0.58 0.04 0.91
HSL 304.29º 0.41% 0.07% -
HSV(B) 304.29º 0.58% 0.09% -
XYZ 0.64 0.47 0.87 -
YUV 15.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 24 10 23 0 0.58 0.04 0.91 304.29 0.41 0.07
Hex 18 A 17 0 3A 4 5B 130 29 7
Octal 30 12 27 0 72 4 133 460 51 7
Binary 11000 1010 10111 0 111010 100 1011011 100110000 101001 111

Color Harmonies of #180A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180A17

Black with #180A17

Text Example


Text Example

White with #180A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180A17; }

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

 H1.HeaderClassName
 {
   color: #180A17;
 }
 .AnyTagClassName
 {
   color: #180A17;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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