Html Css Color HEX #23001C Mardi Gras

📋 copy color: '#23001C'

red 35 ◦ green 0 ◦ blue 28

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

Shades of Mardi Gras #23001C

Tints of Mardi Gras #23001C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 44.44%

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#23001C (or 0x23001C) is known color: Mardi Gras. HEX triplet: 23, 00 and 1C. RGB value is (35,0,28). Sum of RGB (Red+Green+Blue) = 35+0+28=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #23001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23001C is #DCFFE3. Grayscale: #0D0D0D. Windows color (decimal): -14483428 or 1835043. OLE color: 1835043.

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

Color convert

RGB 35 0 28 -
CMYK 0 1 0.20 0.86
HSL 312º 1% 0.07% -
HSV(B) 312º 1% 0.14% -
XYZ 0.9 0.44 1.14 -
YUV 13.66 136.1 143.22 -
System Red Green Blue C M Y K H S L
Decimal 35 0 28 0 1 0.20 0.86 312 1 0.07
Hex 23 0 1C 0 64 14 56 138 64 7
Octal 43 0 34 0 144 24 126 470 144 7
Binary 100011 0 11100 0 1100100 10100 1010110 100111000 1100100 111

Color Harmonies of #23001C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23001C

Black with #23001C

Text Example


Text Example

White with #23001C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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