#23071E

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

Shades of Mardi Gras #23071E

Tints of Mardi Gras #23071E

Color information

#23071E (or 0x23071E) is unknown color: approx Mardi Gras. HEX triplet: 23, 07 and 1E. RGB value is (35,7,30). Sum of RGB (Red+Green+Blue) = 35+7+30=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #23071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23071E is #DCF8E1. Grayscale: #111111. Windows color (decimal): -14481634 or 1967907. OLE color: 1967907.

HSL color Cylindrical-coordinate representation of color #23071E: hue angle of 310.71º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23071E is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB35730-
CMYK00.800.140.86
HSL310.71º66.67%8.24%-
HSV(B)310.71º80%13.73%-
XYZ10.61.29-
YUV17.99134.78140.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 48.61%
GREEN value IS 7 (3.12% from 255) = 9.72%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=48.61%
G=9.72%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3573000.800.140.86310.7166.678.24
Hex2371E050E56137438
Octal4373601201612646710310
Binary10001111111110010100001110101011010011011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23071E; }

 p { color: rgb(35,7,30); }

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

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

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

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

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

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

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