Html Css Color HEX #2C252C Mardi Gras

📋 copy color: '#2C252C'

red 44 ◦ green 37 ◦ blue 44

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

Shades of Mardi Gras #2C252C

Tints of Mardi Gras #2C252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.6%

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

R = 35.2%
G = 29.6%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#2C252C (or 0x2C252C) is known color: Mardi Gras. HEX triplet: 2C, 25 and 2C. RGB value is (44,37,44). Sum of RGB (Red+Green+Blue) = 44+37+44=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 44 (17.58% from 255 or 35.2% from 125); Max value from RGB is 44 - color contains mainly: red, blue. Hex color #2C252C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C252C is #D3DAD3. Grayscale: #272727. Windows color (decimal): -13884116 or 2893100. OLE color: 2893100.

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

Color convert

RGB 44 37 44 -
CMYK 0 0.16 0 0.83
HSL 300º 0.09% 0.16% -
HSV(B) 300º 0.16% 0.17% -
XYZ 2.15 2.04 2.66 -
YUV 39.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 44 37 44 0 0.16 0 0.83 300 0.09 0.16
Hex 2C 25 2C 0 10 0 53 12C 9 10
Octal 54 45 54 0 20 0 123 454 11 20
Binary 101100 100101 101100 0 10000 0 1010011 100101100 1001 10000

Color Harmonies of #2C252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C252C

Black with #2C252C

Text Example


Text Example

White with #2C252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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