Html Css Color HEX #210724 Mardi Gras

📋 copy color: '#210724'

red 33 ◦ green 7 ◦ blue 36

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

Shades of Mardi Gras #210724

Tints of Mardi Gras #210724

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.21%

 BLUE value IS 36 (14.45% from 255) = 47.37%

R = 43.42%
G = 9.21%
B = 47.37%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#210724 (or 0x210724) is known color: Mardi Gras. HEX triplet: 21, 07 and 24. RGB value is (33,7,36). Sum of RGB (Red+Green+Blue) = 33+7+36=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 36 (14.45% from 255 or 47.37% from 76); Max value from RGB is 36 - color contains mainly: blue. Hex color #210724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210724 is #DEF8DB. Grayscale: #111111. Windows color (decimal): -14612700 or 2361121. OLE color: 2361121.

HSL color Cylindrical-coordinate representation of color #210724: hue angle of 293.79º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #210724 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 33 7 36 -
CMYK 0.08 0.81 0 0.86
HSL 293.79º 0.67% 0.08% -
HSV(B) 293.79º 0.81% 0.14% -
XYZ 1.02 0.6 1.73 -
YUV 18.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 33 7 36 0.08 0.81 0 0.86 293.79 0.67 0.08
Hex 21 7 24 8 51 0 56 126 43 8
Octal 41 7 44 10 121 0 126 446 103 10
Binary 100001 111 100100 1000 1010001 0 1010110 100100110 1000011 1000

Color Harmonies of #210724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210724

Black with #210724

Text Example


Text Example

White with #210724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210724; }

 p { color: rgb(33,7,36); }

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

background-color css

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

 a { background-color: rgb(33,7,36); }

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

border-color css

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

 span { border-color: rgb(33,7,36); }

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