#231020

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

Shades of Mardi Gras #231020

Tints of Mardi Gras #231020

Color information

#231020 (or 0x231020) is unknown color: approx Mardi Gras. HEX triplet: 23, 10 and 20. RGB value is (35,16,32). Sum of RGB (Red+Green+Blue) = 35+16+32=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #231020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231020 is #DCEFDF. Grayscale: #171717. Windows color (decimal): -14479328 or 2101283. OLE color: 2101283.

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

Color convert

RGB351632-
CMYK00.540.090.86
HSL309.47º37.25%10%-
HSV(B)309.47º54.29%13.73%-
XYZ1.140.831.47-
YUV23.5132.79136.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 16 (6.64% from 255) = 19.28%
BLUE value IS 32 (12.89% from 255) = 38.55%
R=42.17%
G=19.28%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35163200.540.090.86309.4737.2510
Hex23102003695613525a
Octal432040066111264654512
Binary100011100001000000110110100110101101001101011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231020; }

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

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

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

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

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

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

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

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