#231A22

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

Shades of Mardi Gras #231A22

Tints of Mardi Gras #231A22

Color information

#231A22 (or 0x231A22) is unknown color: approx Mardi Gras. HEX triplet: 23, 1A and 22. RGB value is (35,26,34). Sum of RGB (Red+Green+Blue) = 35+26+34=95 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.84% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 35 - color contains mainly: red. Hex color #231A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A22 is #DCE5DD. Grayscale: #1D1D1D. Windows color (decimal): -14476766 or 2234915. OLE color: 2234915.

HSL color Cylindrical-coordinate representation of color #231A22: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #231A22 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.86.

Color convert

RGB352634-
CMYK00.260.030.86
HSL306.67º14.75%11.96%-
HSV(B)306.67º25.71%13.73%-
XYZ1.351.211.68-
YUV29.6130.48131.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.84%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 34 (13.67% from 255) = 35.79%
R=36.84%
G=27.37%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35263400.260.030.86306.6714.7511.96
Hex231A2201A356133fc
Octal43324203231264631714
Binary1000111101010001001101011101011010011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A22; }

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

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

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

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

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

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

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

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