Html Css Color HEX #251124 Mardi Gras

📋 copy color: '#251124'

red 37 ◦ green 17 ◦ blue 36

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

Shades of Mardi Gras #251124

Tints of Mardi Gras #251124

RGB

 RED value IS 37 (14.84% from 255) = 41.11%

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

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

R = 41.11%
G = 18.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#251124 (or 0x251124) is known color: Mardi Gras. HEX triplet: 25, 11 and 24. RGB value is (37,17,36). Sum of RGB (Red+Green+Blue) = 37+17+36=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251124 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251124 is #DAEEDB. Grayscale: #191919. Windows color (decimal): -14347996 or 2363685. OLE color: 2363685.

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

Color convert

RGB 37 17 36 -
CMYK 0 0.54 0.03 0.85
HSL 303º 0.37% 0.11% -
HSV(B) 303º 0.54% 0.15% -
XYZ 1.28 0.92 1.78 -
YUV 25.15 134.13 136.46 -
System Red Green Blue C M Y K H S L
Decimal 37 17 36 0 0.54 0.03 0.85 303 0.37 0.11
Hex 25 11 24 0 36 3 55 12F 25 B
Octal 45 21 44 0 66 3 125 457 45 13
Binary 100101 10001 100100 0 110110 11 1010101 100101111 100101 1011

Color Harmonies of #251124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251124

Black with #251124

Text Example


Text Example

White with #251124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251124; }

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

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

background-color css

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

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

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

border-color css

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

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

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