Html Css Color HEX #170113 Mardi Gras

📋 copy color: '#170113'

red 23 ◦ green 1 ◦ blue 19

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

Shades of Mardi Gras #170113

Tints of Mardi Gras #170113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 44.19%

R = 53.49%
G = 2.33%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#170113 (or 0x170113) is known color: Mardi Gras. HEX triplet: 17, 01 and 13. RGB value is (23,1,19). Sum of RGB (Red+Green+Blue) = 23+1+19=43 (5% of max value = 765). Red value is 23 (9.38% from 255 or 53.49% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 23 - color contains mainly: red. Hex color #170113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170113 is #E8FEEC. Grayscale: #090909. Windows color (decimal): -15269613 or 1245463. OLE color: 1245463.

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

Color convert

RGB 23 1 19 -
CMYK 0 0.96 0.17 0.91
HSL 310.91º 0.92% 0.05% -
HSV(B) 310.91º 0.96% 0.09% -
XYZ 0.48 0.25 0.64 -
YUV 9.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 23 1 19 0 0.96 0.17 0.91 310.91 0.92 0.05
Hex 17 1 13 0 60 11 5B 137 5C 5
Octal 27 1 23 0 140 21 133 467 134 5
Binary 10111 1 10011 0 1100000 10001 1011011 100110111 1011100 101

Color Harmonies of #170113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170113

Black with #170113

Text Example


Text Example

White with #170113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170113; }

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

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

background-color css

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

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

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

border-color css

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

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

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