#231A23

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

Shades of Mardi Gras #231A23

Tints of Mardi Gras #231A23

Color information

#231A23 (or 0x231A23) is unknown color: approx Mardi Gras. HEX triplet: 23, 1A and 23. RGB value is (35,26,35). Sum of RGB (Red+Green+Blue) = 35+26+35=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A23 is #DCE5DC. Grayscale: #1D1D1D. Windows color (decimal): -14476765 or 2300451. OLE color: 2300451.

HSL color Cylindrical-coordinate representation of color #231A23: hue angle of 300º 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 #231A23 is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB352635-
CMYK00.2600.86
HSL300º14.75%11.96%-
HSV(B)300º25.71%13.73%-
XYZ1.371.221.75-
YUV29.72130.98131.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 26 (10.55% from 255) = 27.08%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=36.46%
G=27.08%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35263500.2600.8630014.7511.96
Hex231A2301A05612cfc
Octal43324303201264541714
Binary100011110101000110110100101011010010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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