Html Css Color HEX #231C23 Mardi Gras

📋 copy color: '#231C23'

red 35 ◦ green 28 ◦ blue 35

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

Shades of Mardi Gras #231C23

Tints of Mardi Gras #231C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 28.57%

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

R = 35.71%
G = 28.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231C23 (or 0x231C23) is known color: Mardi Gras. HEX triplet: 23, 1C and 23. RGB value is (35,28,35). Sum of RGB (Red+Green+Blue) = 35+28+35=98 (12% of max value = 765). Red value is 35 (14.06% from 255 or 35.71% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C23 is #DCE3DC. Grayscale: #1E1E1E. Windows color (decimal): -14476253 or 2300963. OLE color: 2300963.

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

Color convert

RGB 35 28 35 -
CMYK 0 0.20 0 0.86
HSL 300º 0.11% 0.12% -
HSV(B) 300º 0.2% 0.14% -
XYZ 1.41 1.31 1.77 -
YUV 30.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 35 28 35 0 0.20 0 0.86 300 0.11 0.12
Hex 23 1C 23 0 14 0 56 12C B C
Octal 43 34 43 0 24 0 126 454 13 14
Binary 100011 11100 100011 0 10100 0 1010110 100101100 1011 1100

Color Harmonies of #231C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231C23

Black with #231C23

Text Example


Text Example

White with #231C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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