#23041E

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

Shades of Mardi Gras #23041E

Tints of Mardi Gras #23041E

Color information

#23041E (or 0x23041E) is unknown color: approx Mardi Gras. HEX triplet: 23, 04 and 1E. RGB value is (35,4,30). Sum of RGB (Red+Green+Blue) = 35+4+30=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #23041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23041E is #DCFBE1. Grayscale: #101010. Windows color (decimal): -14482402 or 1967139. OLE color: 1967139.

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

Color convert

RGB35430-
CMYK00.890.140.86
HSL309.68º79.49%7.65%-
HSV(B)309.68º88.57%13.73%-
XYZ0.970.541.28-
YUV16.23135.77141.39-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 50.72%
GREEN value IS 4 (1.95% from 255) = 5.80%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=50.72%
G=5.80%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3543000.890.140.86309.6879.497.65
Hex2341E059E561364f8
Octal4343601311612646611710
Binary10001110011110010110011110101011010011011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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