Html Css Color HEX #1C0117 Mardi Gras

📋 copy color: '#1C0117'

red 28 ◦ green 1 ◦ blue 23

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

Shades of Mardi Gras #1C0117

Tints of Mardi Gras #1C0117

RGB

 RED value IS 28 (11.33% from 255) = 53.85%

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

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

R = 53.85%
G = 1.92%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.89

RGB Variations

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

Color information

#1C0117 (or 0x1C0117) is known color: Mardi Gras. HEX triplet: 1C, 01 and 17. RGB value is (28,1,23). Sum of RGB (Red+Green+Blue) = 28+1+23=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 23 (9.38% from 255 or 44.23% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0117 is #E3FEE8. Grayscale: #0B0B0B. Windows color (decimal): -14941929 or 1507612. OLE color: 1507612.

HSL color Cylindrical-coordinate representation of color #1C0117: hue angle of 311.11º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C0117 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 1 23 -
CMYK 0 0.96 0.18 0.89
HSL 311.11º 0.93% 0.06% -
HSV(B) 311.11º 0.96% 0.11% -
XYZ 0.64 0.33 0.84 -
YUV 11.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 28 1 23 0 0.96 0.18 0.89 311.11 0.93 0.06
Hex 1C 1 17 0 60 12 59 137 5D 6
Octal 34 1 27 0 140 22 131 467 135 6
Binary 11100 1 10111 0 1100000 10010 1011001 100110111 1011101 110

Color Harmonies of #1C0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0117

Black with #1C0117

Text Example


Text Example

White with #1C0117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C0117; }

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

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

background-color css

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

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

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

border-color css

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

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

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