Html Css Color HEX #231023 Mardi Gras

📋 copy color: '#231023'

red 35 ◦ green 16 ◦ blue 35

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

Shades of Mardi Gras #231023

Tints of Mardi Gras #231023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.6%

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

R = 40.7%
G = 18.6%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231023 (or 0x231023) is known color: Mardi Gras. HEX triplet: 23, 10 and 23. RGB value is (35,16,35). Sum of RGB (Red+Green+Blue) = 35+16+35=86 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.70% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 35 - color contains mainly: red, blue. Hex color #231023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231023 is #DCEFDC. Grayscale: #171717. Windows color (decimal): -14479325 or 2297891. OLE color: 2297891.

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

Color convert

RGB 35 16 35 -
CMYK 0 0.54 0 0.86
HSL 300º 0.37% 0.1% -
HSV(B) 300º 0.54% 0.14% -
XYZ 1.18 0.85 1.69 -
YUV 23.85 134.29 135.96 -
System Red Green Blue C M Y K H S L
Decimal 35 16 35 0 0.54 0 0.86 300 0.37 0.1
Hex 23 10 23 0 36 0 56 12C 25 A
Octal 43 20 43 0 66 0 126 454 45 12
Binary 100011 10000 100011 0 110110 0 1010110 100101100 100101 1010

Color Harmonies of #231023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231023

Black with #231023

Text Example


Text Example

White with #231023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231023; }

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

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

background-color css

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

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

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

border-color css

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

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

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