#231123

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

Shades of Mardi Gras #231123

Tints of Mardi Gras #231123

Color information

#231123 (or 0x231123) is unknown color: approx Mardi Gras. HEX triplet: 23, 11 and 23. RGB value is (35,17,35). Sum of RGB (Red+Green+Blue) = 35+17+35=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231123 is #DCEEDC. Grayscale: #181818. Windows color (decimal): -14479069 or 2298147. OLE color: 2298147.

HSL color Cylindrical-coordinate representation of color #231123: hue angle of 300º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231123 is Cyan = 0, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB351735-
CMYK00.5100.86
HSL300º34.62%10.2%-
HSV(B)300º51.43%13.73%-
XYZ1.20.881.7-
YUV24.43133.96135.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.23%
GREEN value IS 17 (7.03% from 255) = 19.54%
BLUE value IS 35 (14.06% from 255) = 40.23%
R=40.23%
G=19.54%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35173500.5100.8630034.6210.2
Hex23112303305612c23a
Octal43214306301264544312
Binary100011100011000110110011010101101001011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231123; }

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

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

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

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

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

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

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

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