Html Css Color HEX #231523 Mardi Gras

📋 copy color: '#231523'

red 35 ◦ green 21 ◦ blue 35

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

Shades of Mardi Gras #231523

Tints of Mardi Gras #231523

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 38.46%
G = 23.08%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231523 (or 0x231523) is known color: Mardi Gras. HEX triplet: 23, 15 and 23. RGB value is (35,21,35). Sum of RGB (Red+Green+Blue) = 35+21+35=91 (12% of max value = 765). Red value is 35 (14.06% from 255 or 38.46% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231523 is #DCEADC. Grayscale: #1A1A1A. Windows color (decimal): -14478045 or 2299171. OLE color: 2299171.

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

Color convert

RGB 35 21 35 -
CMYK 0 0.40 0 0.86
HSL 300º 0.25% 0.11% -
HSV(B) 300º 0.4% 0.14% -
XYZ 1.26 1.02 1.72 -
YUV 26.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 35 21 35 0 0.40 0 0.86 300 0.25 0.11
Hex 23 15 23 0 28 0 56 12C 19 B
Octal 43 25 43 0 50 0 126 454 31 13
Binary 100011 10101 100011 0 101000 0 1010110 100101100 11001 1011

Color Harmonies of #231523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231523

Black with #231523

Text Example


Text Example

White with #231523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231523; }

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

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

background-color css

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

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

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

border-color css

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

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

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