Html Css Color HEX #211023 Mardi Gras

📋 copy color: '#211023'

red 33 ◦ green 16 ◦ blue 35

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

Shades of Mardi Gras #211023

Tints of Mardi Gras #211023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.05%

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

R = 39.29%
G = 19.05%
B = 41.67%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#211023 (or 0x211023) is known color: Mardi Gras. HEX triplet: 21, 10 and 23. RGB value is (33,16,35). Sum of RGB (Red+Green+Blue) = 33+16+35=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 35 (14.06% from 255 or 41.67% from 84); Max value from RGB is 35 - color contains mainly: blue. Hex color #211023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211023 is #DEEFDC. Grayscale: #171717. Windows color (decimal): -14610397 or 2297889. OLE color: 2297889.

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

Color convert

RGB 33 16 35 -
CMYK 0.06 0.54 0 0.86
HSL 293.68º 0.37% 0.1% -
HSV(B) 293.68º 0.54% 0.14% -
XYZ 1.12 0.82 1.69 -
YUV 23.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 33 16 35 0.06 0.54 0 0.86 293.68 0.37 0.1
Hex 21 10 23 6 36 0 56 126 25 A
Octal 41 20 43 6 66 0 126 446 45 12
Binary 100001 10000 100011 110 110110 0 1010110 100100110 100101 1010

Color Harmonies of #211023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211023

Black with #211023

Text Example


Text Example

White with #211023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211023; }

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

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

background-color css

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

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

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

border-color css

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

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

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