Html Css Color HEX #1C071E Mardi Gras

📋 copy color: '#1C071E'

red 28 ◦ green 7 ◦ blue 30

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

Shades of Mardi Gras #1C071E

Tints of Mardi Gras #1C071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 46.15%

R = 43.08%
G = 10.77%
B = 46.15%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C071E (or 0x1C071E) is known color: Mardi Gras. HEX triplet: 1C, 07 and 1E. RGB value is (28,7,30). Sum of RGB (Red+Green+Blue) = 28+7+30=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #1C071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C071E is #E3F8E1. Grayscale: #0F0F0F. Windows color (decimal): -14940386 or 1967900. OLE color: 1967900.

HSL color Cylindrical-coordinate representation of color #1C071E: hue angle of 294.78º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C071E is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 7 30 -
CMYK 0.07 0.77 0 0.88
HSL 294.78º 0.62% 0.07% -
HSV(B) 294.78º 0.77% 0.12% -
XYZ 0.79 0.49 1.28 -
YUV 15.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 28 7 30 0.07 0.77 0 0.88 294.78 0.62 0.07
Hex 1C 7 1E 7 4D 0 58 127 3E 7
Octal 34 7 36 7 115 0 130 447 76 7
Binary 11100 111 11110 111 1001101 0 1011000 100100111 111110 111

Color Harmonies of #1C071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C071E

Black with #1C071E

Text Example


Text Example

White with #1C071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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