Html Css Color HEX #231020 Mardi Gras

📋 copy color: '#231020'

red 35 ◦ green 16 ◦ blue 32

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

Shades of Mardi Gras #231020

Tints of Mardi Gras #231020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 38.55%

R = 42.17%
G = 19.28%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#231020 (or 0x231020) is known color: Mardi Gras. HEX triplet: 23, 10 and 20. RGB value is (35,16,32). Sum of RGB (Red+Green+Blue) = 35+16+32=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 32 (12.89% from 255 or 38.55% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #231020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231020 is #DCEFDF. Grayscale: #171717. Windows color (decimal): -14479328 or 2101283. OLE color: 2101283.

HSL color Cylindrical-coordinate representation of color #231020: hue angle of 309.47º 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 #231020 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 16 32 -
CMYK 0 0.54 0.09 0.86
HSL 309.47º 0.37% 0.1% -
HSV(B) 309.47º 0.54% 0.14% -
XYZ 1.14 0.83 1.47 -
YUV 23.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 35 16 32 0 0.54 0.09 0.86 309.47 0.37 0.1
Hex 23 10 20 0 36 9 56 135 25 A
Octal 43 20 40 0 66 11 126 465 45 12
Binary 100011 10000 100000 0 110110 1001 1010110 100110101 100101 1010

Color Harmonies of #231020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231020

Black with #231020

Text Example


Text Example

White with #231020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231020; }

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

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

background-color css

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

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

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

border-color css

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

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

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