#23081E

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

Shades of Mardi Gras #23081E

Tints of Mardi Gras #23081E

Color information

#23081E (or 0x23081E) is unknown color: approx Mardi Gras. HEX triplet: 23, 08 and 1E. RGB value is (35,8,30). Sum of RGB (Red+Green+Blue) = 35+8+30=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 8 (3.52% from 255 or 10.96% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #23081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23081E is #DCF7E1. Grayscale: #121212. Windows color (decimal): -14481378 or 1968163. OLE color: 1968163.

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

Color convert

RGB35830-
CMYK00.770.140.86
HSL311.11º62.79%8.43%-
HSV(B)311.11º77.14%13.73%-
XYZ1.010.621.3-
YUV18.58134.45139.71-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 47.95%
GREEN value IS 8 (3.52% from 255) = 10.96%
BLUE value IS 30 (12.11% from 255) = 41.10%
R=47.95%
G=10.96%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3583000.770.140.86311.1162.798.43
Hex2381E04DE561373f8
Octal4310360115161264677710
Binary10001110001111001001101111010101101001101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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