Html Css Color HEX #23011E Mardi Gras

📋 copy color: '#23011E'

red 35 ◦ green 1 ◦ blue 30

#23011E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #23011E

Tints of Mardi Gras #23011E

RGB

 RED value IS 35 (14.06% from 255) = 53.03%

 GREEN value IS 1 (0.78% from 255) = 1.52%

 BLUE value IS 30 (12.11% from 255) = 45.45%

R = 53.03%
G = 1.52%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#23011E (or 0x23011E) is known color: Mardi Gras. HEX triplet: 23, 01 and 1E. RGB value is (35,1,30). Sum of RGB (Red+Green+Blue) = 35+1+30=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 30 (12.11% from 255 or 45.45% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23011E is #DCFEE1. Grayscale: #0E0E0E. Windows color (decimal): -14483170 or 1966371. OLE color: 1966371.

HSL color Cylindrical-coordinate representation of color #23011E: hue angle of 308.82º 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 #23011E is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 1 30 -
CMYK 0 0.97 0.14 0.86
HSL 308.82º 0.94% 0.07% -
HSV(B) 308.82º 0.97% 0.14% -
XYZ 0.94 0.47 1.27 -
YUV 14.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 35 1 30 0 0.97 0.14 0.86 308.82 0.94 0.07
Hex 23 1 1E 0 61 E 56 135 5E 7
Octal 43 1 36 0 141 16 126 465 136 7
Binary 100011 1 11110 0 1100001 1110 1010110 100110101 1011110 111

Color Harmonies of #23011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23011E

Black with #23011E

Text Example


Text Example

White with #23011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23011E;
 }
 .AnyTagClassName
 {
   color: #23011E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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