Html Css Color HEX #231126 Mardi Gras

📋 copy color: '#231126'

red 35 ◦ green 17 ◦ blue 38

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

Shades of Mardi Gras #231126

Tints of Mardi Gras #231126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 42.22%

R = 38.89%
G = 18.89%
B = 42.22%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231126 (or 0x231126) is known color: Mardi Gras. HEX triplet: 23, 11 and 26. RGB value is (35,17,38). Sum of RGB (Red+Green+Blue) = 35+17+38=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #231126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231126 is #DCEED9. Grayscale: #181818. Windows color (decimal): -14479066 or 2494755. OLE color: 2494755.

HSL color Cylindrical-coordinate representation of color #231126: hue angle of 291.43º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #231126 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 35 17 38 -
CMYK 0.08 0.55 0 0.85
HSL 291.43º 0.38% 0.11% -
HSV(B) 291.43º 0.55% 0.15% -
XYZ 1.24 0.9 1.94 -
YUV 24.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 35 17 38 0.08 0.55 0 0.85 291.43 0.38 0.11
Hex 23 11 26 8 37 0 55 123 26 B
Octal 43 21 46 10 67 0 125 443 46 13
Binary 100011 10001 100110 1000 110111 0 1010101 100100011 100110 1011

Color Harmonies of #231126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231126

Black with #231126

Text Example


Text Example

White with #231126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231126; }

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

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

background-color css

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

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

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

border-color css

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

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

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