Html Css Color HEX #231E23 Mardi Gras

📋 copy color: '#231E23'

red 35 ◦ green 30 ◦ blue 35

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

Shades of Mardi Gras #231E23

Tints of Mardi Gras #231E23

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30%

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

R = 35%
G = 30%
B = 35%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231E23 (or 0x231E23) is known color: Mardi Gras. HEX triplet: 23, 1E and 23. RGB value is (35,30,35). Sum of RGB (Red+Green+Blue) = 35+30+35=100 (13% of max value = 765). Red value is 35 (14.06% from 255 or 35% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231E23 is #DCE1DC. Grayscale: #202020. Windows color (decimal): -14475741 or 2301475. OLE color: 2301475.

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

Color convert

RGB 35 30 35 -
CMYK 0 0.14 0 0.86
HSL 300º 0.08% 0.13% -
HSV(B) 300º 0.14% 0.14% -
XYZ 1.46 1.41 1.78 -
YUV 32.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 35 30 35 0 0.14 0 0.86 300 0.08 0.13
Hex 23 1E 23 0 E 0 56 12C 8 D
Octal 43 36 43 0 16 0 126 454 10 15
Binary 100011 11110 100011 0 1110 0 1010110 100101100 1000 1101

Color Harmonies of #231E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231E23

Black with #231E23

Text Example


Text Example

White with #231E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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