Html Css Color HEX #1B021C Mardi Gras

📋 copy color: '#1B021C'

red 27 ◦ green 2 ◦ blue 28

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

Shades of Mardi Gras #1B021C

Tints of Mardi Gras #1B021C

RGB

 RED value IS 27 (10.94% from 255) = 47.37%

 GREEN value IS 2 (1.17% from 255) = 3.51%

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

R = 47.37%
G = 3.51%
B = 49.12%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1B021C (or 0x1B021C) is known color: Mardi Gras. HEX triplet: 1B, 02 and 1C. RGB value is (27,2,28). Sum of RGB (Red+Green+Blue) = 27+2+28=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B021C is #E4FDE3. Grayscale: #0C0C0C. Windows color (decimal): -15007204 or 1835547. OLE color: 1835547.

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

Color convert

RGB 27 2 28 -
CMYK 0.04 0.93 0 0.89
HSL 297.69º 0.87% 0.06% -
HSV(B) 297.69º 0.93% 0.11% -
XYZ 0.68 0.36 1.13 -
YUV 12.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 27 2 28 0.04 0.93 0 0.89 297.69 0.87 0.06
Hex 1B 2 1C 4 5D 0 59 12A 57 6
Octal 33 2 34 4 135 0 131 452 127 6
Binary 11011 10 11100 100 1011101 0 1011001 100101010 1010111 110

Color Harmonies of #1B021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B021C

Black with #1B021C

Text Example


Text Example

White with #1B021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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