#22001C

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

Shades of Mardi Gras #22001C

Tints of Mardi Gras #22001C

Color information

#22001C (or 0x22001C) is unknown color: approx Mardi Gras. HEX triplet: 22, 00 and 1C. RGB value is (34,0,28). Sum of RGB (Red+Green+Blue) = 34+0+28=62 (8% of max value = 765). Red value is 34 (13.67% from 255 or 54.84% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 34 - color contains mainly: red. Hex color #22001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22001C is #DDFFE3. Grayscale: #0D0D0D. Windows color (decimal): -14548964 or 1835042. OLE color: 1835042.

HSL color Cylindrical-coordinate representation of color #22001C: hue angle of 310.59º 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 #22001C is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB34028-
CMYK010.180.87
HSL310.59º100%6.67%-
HSV(B)310.59º100%13.33%-
XYZ0.870.421.13-
YUV13.36136.26142.72-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 54.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=54.84%
G=0%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34028010.180.87310.591006.67
Hex2201C0641257137647
Octal420340144221274671447
Binary100010011100011001001001010101111001101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22001C; }

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

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

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

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

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

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

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

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