Html Css Color HEX #23021E Mardi Gras

📋 copy color: '#23021E'

red 35 ◦ green 2 ◦ blue 30

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

Shades of Mardi Gras #23021E

Tints of Mardi Gras #23021E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.99%

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

R = 52.24%
G = 2.99%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#23021E (or 0x23021E) is known color: Mardi Gras. HEX triplet: 23, 02 and 1E. RGB value is (35,2,30). Sum of RGB (Red+Green+Blue) = 35+2+30=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #23021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23021E is #DCFDE1. Grayscale: #0E0E0E. Windows color (decimal): -14482914 or 1966627. OLE color: 1966627.

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

Color convert

RGB 35 2 30 -
CMYK 0 0.94 0.14 0.86
HSL 309.09º 0.89% 0.07% -
HSV(B) 309.09º 0.94% 0.14% -
XYZ 0.95 0.49 1.27 -
YUV 15.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 35 2 30 0 0.94 0.14 0.86 309.09 0.89 0.07
Hex 23 2 1E 0 5E E 56 135 59 7
Octal 43 2 36 0 136 16 126 465 131 7
Binary 100011 10 11110 0 1011110 1110 1010110 100110101 1011001 111

Color Harmonies of #23021E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23021E

Black with #23021E

Text Example


Text Example

White with #23021E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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