Html Css Color HEX #231221 Mardi Gras

📋 copy color: '#231221'

red 35 ◦ green 18 ◦ blue 33

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

Shades of Mardi Gras #231221

Tints of Mardi Gras #231221

RGB

 RED value IS 35 (14.06% from 255) = 40.7%

 GREEN value IS 18 (7.42% from 255) = 20.93%

 BLUE value IS 33 (13.28% from 255) = 38.37%

R = 40.7%
G = 20.93%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#231221 (or 0x231221) is known color: Mardi Gras. HEX triplet: 23, 12 and 21. RGB value is (35,18,33). Sum of RGB (Red+Green+Blue) = 35+18+33=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 35 - color contains mainly: red. Hex color #231221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231221 is #DCEDDE. Grayscale: #181818. Windows color (decimal): -14478815 or 2167331. OLE color: 2167331.

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

Color convert

RGB 35 18 33 -
CMYK 0 0.49 0.06 0.86
HSL 307.06º 0.32% 0.1% -
HSV(B) 307.06º 0.49% 0.14% -
XYZ 1.18 0.9 1.55 -
YUV 24.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 35 18 33 0 0.49 0.06 0.86 307.06 0.32 0.1
Hex 23 12 21 0 31 6 56 133 20 A
Octal 43 22 41 0 61 6 126 463 40 12
Binary 100011 10010 100001 0 110001 110 1010110 100110011 100000 1010

Color Harmonies of #231221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231221

Black with #231221

Text Example


Text Example

White with #231221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231221; }

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

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

background-color css

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

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

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

border-color css

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

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

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