Html Css Color HEX #180117 Mardi Gras

📋 copy color: '#180117'

red 24 ◦ green 1 ◦ blue 23

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

Shades of Mardi Gras #180117

Tints of Mardi Gras #180117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.08%

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

R = 50%
G = 2.08%
B = 47.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.91

RGB Variations

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

Color information

#180117 (or 0x180117) is known color: Mardi Gras. HEX triplet: 18, 01 and 17. RGB value is (24,1,23). Sum of RGB (Red+Green+Blue) = 24+1+23=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180117 is #E7FEE8. Grayscale: #0A0A0A. Windows color (decimal): -15204073 or 1507608. OLE color: 1507608.

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

Color convert

RGB 24 1 23 -
CMYK 0 0.96 0.04 0.91
HSL 302.61º 0.92% 0.05% -
HSV(B) 302.61º 0.96% 0.09% -
XYZ 0.54 0.28 0.84 -
YUV 10.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 24 1 23 0 0.96 0.04 0.91 302.61 0.92 0.05
Hex 18 1 17 0 60 4 5B 12F 5C 5
Octal 30 1 27 0 140 4 133 457 134 5
Binary 11000 1 10111 0 1100000 100 1011011 100101111 1011100 101

Color Harmonies of #180117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180117

Black with #180117

Text Example


Text Example

White with #180117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180117; }

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

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

background-color css

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

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

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

border-color css

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

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

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