#220D23

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

Shades of Mardi Gras #220D23

Tints of Mardi Gras #220D23

Color information

#220D23 (or 0x220D23) is unknown color: approx Mardi Gras. HEX triplet: 22, 0D and 23. RGB value is (34,13,35). Sum of RGB (Red+Green+Blue) = 34+13+35=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #220D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D23 is #DDF2DC. Grayscale: #151515. Windows color (decimal): -14545629 or 2297122. OLE color: 2297122.

HSL color Cylindrical-coordinate representation of color #220D23: hue angle of 297.27º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #220D23 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB341335-
CMYK0.030.6300.86
HSL297.27º45.83%9.41%-
HSV(B)297.27º62.86%13.73%-
XYZ1.110.751.68-
YUV21.79135.46136.71-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 13 (5.47% from 255) = 15.85%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=41.46%
G=15.85%
B=42.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3413350.030.6300.86297.2745.839.41
Hex22D2333F0561292e9
Octal42154337701264515611
Binary100010110110001111111111010101101001010011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220D23; }

 p { color: rgb(34,13,35); }

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

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

 a { background-color: rgb(34,13,35); }

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

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

 span { border-color: rgb(34,13,35); }

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