#170018

Color #170018 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #170018

Tints of Mardi Gras #170018

Color information

#170018 (or 0x170018) is unknown color: approx 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

RGB23024-
CMYK0.04100.91
HSL297.5º100%4.71%-
HSV(B)297.5º100%9.41%-
XYZ0.520.250.88-
YUV9.61136.12137.55-

RGB Variations

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

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 (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal230240.04100.91297.51004.71
Hex1701846405B12a645
Octal27030414401334521445
Binary101110110001001100100010110111001010101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>