#231322

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

Shades of Mardi Gras #231322

Tints of Mardi Gras #231322

Color information

#231322 (or 0x231322) is unknown color: approx Mardi Gras. HEX triplet: 23, 13 and 22. RGB value is (35,19,34). Sum of RGB (Red+Green+Blue) = 35+19+34=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231322 is #DCECDD. Grayscale: #191919. Windows color (decimal): -14478558 or 2233123. OLE color: 2233123.

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

Color convert

RGB351934-
CMYK00.460.030.86
HSL303.75º29.63%10.59%-
HSV(B)303.75º45.71%13.73%-
XYZ1.210.941.63-
YUV25.49132.8134.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 19 (7.81% from 255) = 21.59%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=39.77%
G=21.59%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35193400.460.030.86303.7529.6310.59
Hex23132202E3561301eb
Octal43234205631264603613
Binary100011100111000100101110111010110100110000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231322; }

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

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

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

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

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

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

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

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