#23011C

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

Shades of Mardi Gras #23011C

Tints of Mardi Gras #23011C

Color information

#23011C (or 0x23011C) is unknown color: approx Mardi Gras. HEX triplet: 23, 01 and 1C. RGB value is (35,1,28). Sum of RGB (Red+Green+Blue) = 35+1+28=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #23011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23011C is #DCFEE3. Grayscale: #0E0E0E. Windows color (decimal): -14483172 or 1835299. OLE color: 1835299.

HSL color Cylindrical-coordinate representation of color #23011C: hue angle of 312.35º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23011C is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB35128-
CMYK00.970.200.86
HSL312.35º94.44%7.06%-
HSV(B)312.35º97.14%13.73%-
XYZ0.910.461.14-
YUV14.24135.76142.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 54.69%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 28 (11.33% from 255) = 43.75%
R=54.69%
G=1.56%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3512800.970.200.86312.3594.447.06
Hex2311C06114561385e7
Octal431340141241264701367
Binary100011111100011000011010010101101001110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23011C; }

 p { color: rgb(35,1,28); }

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

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

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

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

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

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

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