Html Css Color HEX #231124 Mardi Gras

📋 copy color: '#231124'

red 35 ◦ green 17 ◦ blue 36

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

Shades of Mardi Gras #231124

Tints of Mardi Gras #231124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.32%

 BLUE value IS 36 (14.45% from 255) = 40.91%

R = 39.77%
G = 19.32%
B = 40.91%

CMYK

 C value IS 0.03

 M value IS 0.53

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#231124 (or 0x231124) is known color: Mardi Gras. HEX triplet: 23, 11 and 24. RGB value is (35,17,36). Sum of RGB (Red+Green+Blue) = 35+17+36=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 36 - color contains mainly: blue. Hex color #231124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231124 is #DCEEDB. Grayscale: #181818. Windows color (decimal): -14479068 or 2363683. OLE color: 2363683.

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

Color convert

RGB 35 17 36 -
CMYK 0.03 0.53 0 0.86
HSL 296.84º 0.36% 0.1% -
HSV(B) 296.84º 0.53% 0.14% -
XYZ 1.21 0.89 1.78 -
YUV 24.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 35 17 36 0.03 0.53 0 0.86 296.84 0.36 0.1
Hex 23 11 24 3 35 0 56 129 24 A
Octal 43 21 44 3 65 0 126 451 44 12
Binary 100011 10001 100100 11 110101 0 1010110 100101001 100100 1010

Color Harmonies of #231124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231124

Black with #231124

Text Example


Text Example

White with #231124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231124; }

 p { color: rgb(35,17,36); }

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

background-color css

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

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

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

border-color css

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

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

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