#210022

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

Shades of Mardi Gras #210022

Tints of Mardi Gras #210022

Color information

#210022 (or 0x210022) is unknown color: approx Mardi Gras. HEX triplet: 21, 00 and 22. RGB value is (33,0,34). Sum of RGB (Red+Green+Blue) = 33+0+34=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 34 (13.67% from 255 or 50.75% from 67); Max value from RGB is 34 - color contains mainly: blue. Hex color #210022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210022 is #DEFFDD. Grayscale: #0D0D0D. Windows color (decimal): -14614494 or 2228257. OLE color: 2228257.

HSL color Cylindrical-coordinate representation of color #210022: hue angle of 298.24º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #210022 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB33034-
CMYK0.03100.87
HSL298.24º100%6.67%-
HSV(B)298.24º100%13.33%-
XYZ0.920.441.55-
YUV13.74139.43141.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 49.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 34 (13.67% from 255) = 50.75%
R=49.25%
G=0%
B=50.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal330340.03100.87298.241006.67
Hex2102236405712a647
Octal41042314401274521447
Binary1000010100010111100100010101111001010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210022; }

 p { color: rgb(33,0,34); }

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

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

 a { background-color: rgb(33,0,34); }

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

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

 span { border-color: rgb(33,0,34); }

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