Html Css Color HEX #170018 Mardi Gras

📋 copy color: '#170018'

red 23 ◦ green 0 ◦ blue 24

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

Shades of Mardi Gras #170018

Tints of Mardi Gras #170018

RGB

 RED value IS 23 (9.38% from 255) = 48.94%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 24 (9.77% from 255) = 51.06%

R = 48.94%
G = 0%
B = 51.06%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#170018 (or 0x170018) is known color: Mardi Gras. HEX triplet: 17, 00 and 18. RGB value is (23,0,24). Sum of RGB (Red+Green+Blue) = 23+0+24=47 (6% of max value = 765). Red value is 23 (9.38% from 255 or 48.94% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 24 (9.77% from 255 or 51.06% from 47); Max value from RGB is 24 - color contains mainly: blue. Hex color #170018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170018 is #E8FFE7. Grayscale: #090909. Windows color (decimal): -15269864 or 1572887. OLE color: 1572887.

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

Color convert

RGB 23 0 24 -
CMYK 0.04 1 0 0.91
HSL 297.5º 1% 0.05% -
HSV(B) 297.5º 1% 0.09% -
XYZ 0.52 0.25 0.88 -
YUV 9.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 23 0 24 0.04 1 0 0.91 297.5 1 0.05
Hex 17 0 18 4 64 0 5B 12A 64 5
Octal 27 0 30 4 144 0 133 452 144 5
Binary 10111 0 11000 100 1100100 0 1011011 100101010 1100100 101

Color Harmonies of #170018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170018

Black with #170018

Text Example


Text Example

White with #170018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170018; }

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

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

background-color css

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

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

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

border-color css

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

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

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