Html Css Color HEX #231421 Mardi Gras

📋 copy color: '#231421'

red 35 ◦ green 20 ◦ blue 33

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

Shades of Mardi Gras #231421

Tints of Mardi Gras #231421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.73%

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

R = 39.77%
G = 22.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#231421 (or 0x231421) is known color: Mardi Gras. HEX triplet: 23, 14 and 21. RGB value is (35,20,33). Sum of RGB (Red+Green+Blue) = 35+20+33=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231421 is #DCEBDE. Grayscale: #191919. Windows color (decimal): -14478303 or 2167843. OLE color: 2167843.

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

Color convert

RGB 35 20 33 -
CMYK 0 0.43 0.06 0.86
HSL 308º 0.27% 0.11% -
HSV(B) 308º 0.43% 0.14% -
XYZ 1.22 0.97 1.56 -
YUV 25.97 131.97 134.44 -
System Red Green Blue C M Y K H S L
Decimal 35 20 33 0 0.43 0.06 0.86 308 0.27 0.11
Hex 23 14 21 0 2B 6 56 134 1B B
Octal 43 24 41 0 53 6 126 464 33 13
Binary 100011 10100 100001 0 101011 110 1010110 100110100 11011 1011

Color Harmonies of #231421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231421

Black with #231421

Text Example


Text Example

White with #231421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231421; }

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

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

background-color css

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

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

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

border-color css

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

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

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