Html Css Color HEX #1C031B Mardi Gras

📋 copy color: '#1C031B'

red 28 ◦ green 3 ◦ blue 27

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

Shades of Mardi Gras #1C031B

Tints of Mardi Gras #1C031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

 BLUE value IS 27 (10.94% from 255) = 46.55%

R = 48.28%
G = 5.17%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.89

RGB Variations

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

Color information

#1C031B (or 0x1C031B) is known color: Mardi Gras. HEX triplet: 1C, 03 and 1B. RGB value is (28,3,27). Sum of RGB (Red+Green+Blue) = 28+3+27=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 28 - color contains mainly: red. Hex color #1C031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C031B is #E3FCE4. Grayscale: #0D0D0D. Windows color (decimal): -14941413 or 1770268. OLE color: 1770268.

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

Color convert

RGB 28 3 27 -
CMYK 0 0.89 0.04 0.89
HSL 302.4º 0.81% 0.06% -
HSV(B) 302.4º 0.89% 0.11% -
XYZ 0.71 0.39 1.08 -
YUV 13.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 28 3 27 0 0.89 0.04 0.89 302.4 0.81 0.06
Hex 1C 3 1B 0 59 4 59 12E 51 6
Octal 34 3 33 0 131 4 131 456 121 6
Binary 11100 11 11011 0 1011001 100 1011001 100101110 1010001 110

Color Harmonies of #1C031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C031B

Black with #1C031B

Text Example


Text Example

White with #1C031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,3,27); }

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

background-color css

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

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

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

border-color css

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

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

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