Html Css Color HEX #2C212B Mardi Gras

📋 copy color: '#2C212B'

red 44 ◦ green 33 ◦ blue 43

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

Shades of Mardi Gras #2C212B

Tints of Mardi Gras #2C212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.5%

 BLUE value IS 43 (17.19% from 255) = 35.83%

R = 36.67%
G = 27.5%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.83

RGB Variations

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

Color information

#2C212B (or 0x2C212B) is known color: Mardi Gras. HEX triplet: 2C, 21 and 2B. RGB value is (44,33,43). Sum of RGB (Red+Green+Blue) = 44+33+43=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 44 - color contains mainly: red. Hex color #2C212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C212B is #D3DED4. Grayscale: #252525. Windows color (decimal): -13885141 or 2826540. OLE color: 2826540.

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

Color convert

RGB 44 33 43 -
CMYK 0 0.25 0.02 0.83
HSL 305.45º 0.14% 0.15% -
HSV(B) 305.45º 0.25% 0.17% -
XYZ 2.02 1.8 2.53 -
YUV 37.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 44 33 43 0 0.25 0.02 0.83 305.45 0.14 0.15
Hex 2C 21 2B 0 19 2 53 131 E F
Octal 54 41 53 0 31 2 123 461 16 17
Binary 101100 100001 101011 0 11001 10 1010011 100110001 1110 1111

Color Harmonies of #2C212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C212B

Black with #2C212B

Text Example


Text Example

White with #2C212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,33,43); }

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

background-color css

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

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

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

border-color css

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

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

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