Html Css Color HEX #231A23 Mardi Gras

📋 copy color: '#231A23'

red 35 ◦ green 26 ◦ blue 35

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

Shades of Mardi Gras #231A23

Tints of Mardi Gras #231A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 27.08%

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

R = 36.46%
G = 27.08%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231A23 (or 0x231A23) is known color: Mardi Gras. HEX triplet: 23, 1A and 23. RGB value is (35,26,35). Sum of RGB (Red+Green+Blue) = 35+26+35=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 26 (10.55% from 255 or 27.08% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A23 is #DCE5DC. Grayscale: #1D1D1D. Windows color (decimal): -14476765 or 2300451. OLE color: 2300451.

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

Color convert

RGB 35 26 35 -
CMYK 0 0.26 0 0.86
HSL 300º 0.15% 0.12% -
HSV(B) 300º 0.26% 0.14% -
XYZ 1.37 1.22 1.75 -
YUV 29.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 35 26 35 0 0.26 0 0.86 300 0.15 0.12
Hex 23 1A 23 0 1A 0 56 12C F C
Octal 43 32 43 0 32 0 126 454 17 14
Binary 100011 11010 100011 0 11010 0 1010110 100101100 1111 1100

Color Harmonies of #231A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231A23

Black with #231A23

Text Example


Text Example

White with #231A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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