#231523

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

Shades of Mardi Gras #231523

Tints of Mardi Gras #231523

Color information

#231523 (or 0x231523) is unknown color: approx Mardi Gras. HEX triplet: 23, 15 and 23. RGB value is (35,21,35). Sum of RGB (Red+Green+Blue) = 35+21+35=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231523 is #DCEADC. Grayscale: #1A1A1A. Windows color (decimal): -14478045 or 2299171. OLE color: 2299171.

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

Color convert

RGB352135-
CMYK00.4000.86
HSL300º25%10.98%-
HSV(B)300º40%13.73%-
XYZ1.261.021.72-
YUV26.78132.64133.86-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.46%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 35 (14.06% from 255) = 38.46%
R=38.46%
G=23.08%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35213500.4000.863002510.98
Hex23152302805612c19b
Octal43254305001264543113
Binary10001110101100011010100001010110100101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231523; }

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

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

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

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

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

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

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

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