Html Css Color HEX #1C071C Mardi Gras

📋 copy color: '#1C071C'

red 28 ◦ green 7 ◦ blue 28

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

Shades of Mardi Gras #1C071C

Tints of Mardi Gras #1C071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.11%

 BLUE value IS 28 (11.33% from 255) = 44.44%

R = 44.44%
G = 11.11%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1C071C (or 0x1C071C) is known color: Mardi Gras. HEX triplet: 1C, 07 and 1C. RGB value is (28,7,28). Sum of RGB (Red+Green+Blue) = 28+7+28=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C071C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C071C is #E3F8E3. Grayscale: #0F0F0F. Windows color (decimal): -14940388 or 1836828. OLE color: 1836828.

HSL color Cylindrical-coordinate representation of color #1C071C: hue angle of 300º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C071C is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 7 28 -
CMYK 0 0.75 0 0.89
HSL 300º 0.6% 0.07% -
HSV(B) 300º 0.75% 0.11% -
XYZ 0.76 0.48 1.15 -
YUV 15.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 28 7 28 0 0.75 0 0.89 300 0.6 0.07
Hex 1C 7 1C 0 4B 0 59 12C 3C 7
Octal 34 7 34 0 113 0 131 454 74 7
Binary 11100 111 11100 0 1001011 0 1011001 100101100 111100 111

Color Harmonies of #1C071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C071C

Black with #1C071C

Text Example


Text Example

White with #1C071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,7,28); }

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

background-color css

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

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

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

border-color css

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

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

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