Html Css Color HEX #231323 Mardi Gras

📋 copy color: '#231323'

red 35 ◦ green 19 ◦ blue 35

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

Shades of Mardi Gras #231323

Tints of Mardi Gras #231323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

 BLUE value IS 35 (14.06% from 255) = 39.33%

R = 39.33%
G = 21.35%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231323 (or 0x231323) is known color: Mardi Gras. HEX triplet: 23, 13 and 23. RGB value is (35,19,35). Sum of RGB (Red+Green+Blue) = 35+19+35=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231323 is #DCECDC. Grayscale: #191919. Windows color (decimal): -14478557 or 2298659. OLE color: 2298659.

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

Color convert

RGB 35 19 35 -
CMYK 0 0.46 0 0.86
HSL 300º 0.3% 0.11% -
HSV(B) 300º 0.46% 0.14% -
XYZ 1.23 0.94 1.71 -
YUV 25.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 35 19 35 0 0.46 0 0.86 300 0.3 0.11
Hex 23 13 23 0 2E 0 56 12C 1E B
Octal 43 23 43 0 56 0 126 454 36 13
Binary 100011 10011 100011 0 101110 0 1010110 100101100 11110 1011

Color Harmonies of #231323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231323

Black with #231323

Text Example


Text Example

White with #231323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231323; }

 p { color: rgb(35,19,35); }

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

background-color css

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

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

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

border-color css

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

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

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