#23001E

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

Shades of Mardi Gras #23001E

Tints of Mardi Gras #23001E

Color information

#23001E (or 0x23001E) is unknown color: approx Mardi Gras. HEX triplet: 23, 00 and 1E. RGB value is (35,0,30). Sum of RGB (Red+Green+Blue) = 35+0+30=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #23001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23001E is #DCFFE1. Grayscale: #0D0D0D. Windows color (decimal): -14483426 or 1966115. OLE color: 1966115.

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

Color convert

RGB35030-
CMYK010.140.86
HSL308.57º100%6.86%-
HSV(B)308.57º100%13.73%-
XYZ0.930.451.27-
YUV13.88137.1143.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 53.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=53.85%
G=0%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35030010.140.86308.571006.86
Hex2301E064E56135647
Octal430360144161264651447
Binary10001101111001100100111010101101001101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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