Html Css Color HEX #231125 Mardi Gras

📋 copy color: '#231125'

red 35 ◦ green 17 ◦ blue 37

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

Shades of Mardi Gras #231125

Tints of Mardi Gras #231125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 41.57%

R = 39.33%
G = 19.1%
B = 41.57%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#231125 (or 0x231125) is known color: Mardi Gras. HEX triplet: 23, 11 and 25. RGB value is (35,17,37). Sum of RGB (Red+Green+Blue) = 35+17+37=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #231125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231125 is #DCEEDA. Grayscale: #181818. Windows color (decimal): -14479067 or 2429219. OLE color: 2429219.

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

Color convert

RGB 35 17 37 -
CMYK 0.05 0.54 0 0.85
HSL 294º 0.37% 0.11% -
HSV(B) 294º 0.54% 0.15% -
XYZ 1.23 0.89 1.86 -
YUV 24.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 35 17 37 0.05 0.54 0 0.85 294 0.37 0.11
Hex 23 11 25 5 36 0 55 126 25 B
Octal 43 21 45 5 66 0 125 446 45 13
Binary 100011 10001 100101 101 110110 0 1010101 100100110 100101 1011

Color Harmonies of #231125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231125

Black with #231125

Text Example


Text Example

White with #231125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231125; }

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

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

background-color css

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

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

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

border-color css

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

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

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