Html Css Color HEX #23001F Mardi Gras

📋 copy color: '#23001F'

red 35 ◦ green 0 ◦ blue 31

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

Shades of Mardi Gras #23001F

Tints of Mardi Gras #23001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 46.97%

R = 53.03%
G = 0%
B = 46.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#23001F (or 0x23001F) is known color: Mardi Gras. HEX triplet: 23, 00 and 1F. RGB value is (35,0,31). Sum of RGB (Red+Green+Blue) = 35+0+31=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 0 (0.39% from 255 or 0% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #23001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23001F is #DCFFE0. Grayscale: #0D0D0D. Windows color (decimal): -14483425 or 2031651. OLE color: 2031651.

HSL color Cylindrical-coordinate representation of color #23001F: hue angle of 306.86º 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 #23001F is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 0 31 -
CMYK 0 1 0.11 0.86
HSL 306.86º 1% 0.07% -
HSV(B) 306.86º 1% 0.14% -
XYZ 0.94 0.46 1.33 -
YUV 14 137.6 142.98 -
System Red Green Blue C M Y K H S L
Decimal 35 0 31 0 1 0.11 0.86 306.86 1 0.07
Hex 23 0 1F 0 64 B 56 133 64 7
Octal 43 0 37 0 144 13 126 463 144 7
Binary 100011 0 11111 0 1100100 1011 1010110 100110011 1100100 111

Color Harmonies of #23001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23001F

Black with #23001F

Text Example


Text Example

White with #23001F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #23001F;
 }
 .AnyTagClassName
 {
   color: #23001F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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