Html Css Color HEX #2C002C Mardi Gras

📋 copy color: '#2C002C'

red 44 ◦ green 0 ◦ blue 44

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

Shades of Mardi Gras #2C002C

Tints of Mardi Gras #2C002C

RGB

 RED value IS 44 (17.58% from 255) = 50%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 44 (17.58% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#2C002C (or 0x2C002C) is known color: Mardi Gras. HEX triplet: 2C, 00 and 2C. RGB value is (44,0,44). Sum of RGB (Red+Green+Blue) = 44+0+44=88 (11% of max value = 765). Red value is 44 (17.58% from 255 or 50% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2C002C is #D3FFD3. Grayscale: #121212. Windows color (decimal): -13893588 or 2883628. OLE color: 2883628.

HSL color Cylindrical-coordinate representation of color #2C002C: hue angle of 300º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C002C is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 44 0 44 -
CMYK 0 1 0 0.83
HSL 300º 1% 0.09% -
HSV(B) 300º 1% 0.17% -
XYZ 1.49 0.72 2.44 -
YUV 18.17 142.58 146.42 -
System Red Green Blue C M Y K H S L
Decimal 44 0 44 0 1 0 0.83 300 1 0.09
Hex 2C 0 2C 0 64 0 53 12C 64 9
Octal 54 0 54 0 144 0 123 454 144 11
Binary 101100 0 101100 0 1100100 0 1010011 100101100 1100100 1001

Color Harmonies of #2C002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C002C

Black with #2C002C

Text Example


Text Example

White with #2C002C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C002C; }

 p { color: rgb(44,0,44); }

 H1.HeaderClassName
 {
   color: #2C002C;
 }
 .AnyTagClassName
 {
   color: #2C002C;
 }
</style>

background-color css

<style>
 a { background-color: #2C002C; }

 a { background-color: rgb(44,0,44); }

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

border-color css

<style>
 span { border-color: #2C002C; }

 span { border-color: rgb(44,0,44); }

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