Html Css Color HEX #231021 Mardi Gras

📋 copy color: '#231021'

red 35 ◦ green 16 ◦ blue 33

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

Shades of Mardi Gras #231021

Tints of Mardi Gras #231021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 39.29%

R = 41.67%
G = 19.05%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#231021 (or 0x231021) is known color: Mardi Gras. HEX triplet: 23, 10 and 21. RGB value is (35,16,33). Sum of RGB (Red+Green+Blue) = 35+16+33=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231021 is #DCEFDE. Grayscale: #171717. Windows color (decimal): -14479327 or 2166819. OLE color: 2166819.

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

Color convert

RGB 35 16 33 -
CMYK 0 0.54 0.06 0.86
HSL 306.32º 0.37% 0.1% -
HSV(B) 306.32º 0.54% 0.14% -
XYZ 1.15 0.84 1.54 -
YUV 23.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 35 16 33 0 0.54 0.06 0.86 306.32 0.37 0.1
Hex 23 10 21 0 36 6 56 132 25 A
Octal 43 20 41 0 66 6 126 462 45 12
Binary 100011 10000 100001 0 110110 110 1010110 100110010 100101 1010

Color Harmonies of #231021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231021

Black with #231021

Text Example


Text Example

White with #231021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231021; }

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

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

background-color css

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

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

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

border-color css

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

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

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