#231021

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

Shades of Mardi Gras #231021

Tints of Mardi Gras #231021

Color information

#231021 (or 0x231021) is unknown color: approx Mardi Gras. HEX triplet: 23, 10 and 21. RGB value is (35,16,33). Sum of RGB (Red+Green+Blue) = 35+16+33=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231021 is #DCEFDE. Grayscale: #171717. Windows color (decimal): -14479327 or 2166819. OLE color: 2166819.

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

Color convert

RGB351633-
CMYK00.540.060.86
HSL306.32º37.25%10%-
HSV(B)306.32º54.29%13.73%-
XYZ1.150.841.54-
YUV23.62133.29136.12-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=41.67%
G=19.05%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35163300.540.060.86306.3237.2510
Hex23102103665613225a
Octal43204106661264624512
Binary10001110000100001011011011010101101001100101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231021; }

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

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

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

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

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

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

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

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