#231023

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

Shades of Mardi Gras #231023

Tints of Mardi Gras #231023

Color information

#231023 (or 0x231023) is unknown color: approx Mardi Gras. HEX triplet: 23, 10 and 23. RGB value is (35,16,35). Sum of RGB (Red+Green+Blue) = 35+16+35=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231023 is #DCEFDC. Grayscale: #171717. Windows color (decimal): -14479325 or 2297891. OLE color: 2297891.

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

Color convert

RGB351635-
CMYK00.5400.86
HSL300º37.25%10%-
HSV(B)300º54.29%13.73%-
XYZ1.180.851.69-
YUV23.85134.29135.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 40.70%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 35 (14.06% from 255) = 40.70%
R=40.70%
G=18.60%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35163500.5400.8630037.2510
Hex23102303605612c25a
Octal43204306601264544512
Binary100011100001000110110110010101101001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231023; }

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

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

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

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

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

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

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

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