#210323

Color #210323 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #210323

Tints of Mardi Gras #210323

Color information

#210323 (or 0x210323) is unknown color: approx Mardi Gras. HEX triplet: 21, 03 and 23. RGB value is (33,3,35). Sum of RGB (Red+Green+Blue) = 33+3+35=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #210323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210323 is #DEFCDC. Grayscale: #0F0F0F. Windows color (decimal): -14613725 or 2294561. OLE color: 2294561.

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

Color convert

RGB33335-
CMYK0.060.9100.86
HSL296.25º84.21%7.45%-
HSV(B)296.25º91.43%13.73%-
XYZ0.960.511.64-
YUV15.62138.94140.4-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 46.48%
GREEN value IS 3 (1.56% from 255) = 4.23%
BLUE value IS 35 (14.06% from 255) = 49.30%
R=46.48%
G=4.23%
B=49.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal333350.060.9100.86296.2584.217.45
Hex2132365B056128547
Octal41343613301264501247
Binary100001111000111101011011010101101001010001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210323; }

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

 H1.HeaderClassName
 {
   color: #210323;
 }
 .AnyTagClassName
 {
   color: #210323;
 }
</style>
background-color css

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

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

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

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

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

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