Html Css Color HEX #211323 Mardi Gras

📋 copy color: '#211323'

red 33 ◦ green 19 ◦ blue 35

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

Shades of Mardi Gras #211323

Tints of Mardi Gras #211323

RGB

 RED value IS 33 (13.28% from 255) = 37.93%

 GREEN value IS 19 (7.81% from 255) = 21.84%

 BLUE value IS 35 (14.06% from 255) = 40.23%

R = 37.93%
G = 21.84%
B = 40.23%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211323 (or 0x211323) is known color: Mardi Gras. HEX triplet: 21, 13 and 23. RGB value is (33,19,35). Sum of RGB (Red+Green+Blue) = 33+19+35=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: blue. Hex color #211323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211323 is #DEECDC. Grayscale: #181818. Windows color (decimal): -14609629 or 2298657. OLE color: 2298657.

HSL color Cylindrical-coordinate representation of color #211323: hue angle of 292.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #211323 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 19 35 -
CMYK 0.06 0.46 0 0.86
HSL 292.5º 0.3% 0.11% -
HSV(B) 292.5º 0.46% 0.14% -
XYZ 1.16 0.91 1.7 -
YUV 25.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 33 19 35 0.06 0.46 0 0.86 292.5 0.3 0.11
Hex 21 13 23 6 2E 0 56 124 1E B
Octal 41 23 43 6 56 0 126 444 36 13
Binary 100001 10011 100011 110 101110 0 1010110 100100100 11110 1011

Color Harmonies of #211323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211323

Black with #211323

Text Example


Text Example

White with #211323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211323; }

 p { color: rgb(33,19,35); }

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

background-color css

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

 a { background-color: rgb(33,19,35); }

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

border-color css

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

 span { border-color: rgb(33,19,35); }

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