#231522

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

Shades of Mardi Gras #231522

Tints of Mardi Gras #231522

Color information

#231522 (or 0x231522) is unknown color: approx Mardi Gras. HEX triplet: 23, 15 and 22. RGB value is (35,21,34). Sum of RGB (Red+Green+Blue) = 35+21+34=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 35 - color contains mainly: red. Hex color #231522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231522 is #DCEADD. Grayscale: #1A1A1A. Windows color (decimal): -14478046 or 2233635. OLE color: 2233635.

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

Color convert

RGB352134-
CMYK00.400.030.86
HSL304.29º25%10.98%-
HSV(B)304.29º40%13.73%-
XYZ1.251.011.64-
YUV26.67132.14133.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 34 (13.67% from 255) = 37.78%
R=38.89%
G=23.33%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35213400.400.030.86304.292510.98
Hex23152202835613019b
Octal43254205031264603113
Binary100011101011000100101000111010110100110000110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231522; }

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

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

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

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

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

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

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

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