Html Css Color HEX #251126 Mardi Gras

📋 copy color: '#251126'

red 37 ◦ green 17 ◦ blue 38

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

Shades of Mardi Gras #251126

Tints of Mardi Gras #251126

RGB

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

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

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

R = 40.22%
G = 18.48%
B = 41.3%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251126 (or 0x251126) is known color: Mardi Gras. HEX triplet: 25, 11 and 26. RGB value is (37,17,38). Sum of RGB (Red+Green+Blue) = 37+17+38=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 38 (15.23% from 255 or 41.30% from 92); Max value from RGB is 38 - color contains mainly: blue. Hex color #251126 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251126 is #DAEED9. Grayscale: #191919. Windows color (decimal): -14347994 or 2494757. OLE color: 2494757.

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

Color convert

RGB 37 17 38 -
CMYK 0.03 0.55 0 0.85
HSL 297.14º 0.38% 0.11% -
HSV(B) 297.14º 0.55% 0.15% -
XYZ 1.31 0.93 1.94 -
YUV 25.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 37 17 38 0.03 0.55 0 0.85 297.14 0.38 0.11
Hex 25 11 26 3 37 0 55 129 26 B
Octal 45 21 46 3 67 0 125 451 46 13
Binary 100101 10001 100110 11 110111 0 1010101 100101001 100110 1011

Color Harmonies of #251126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251126

Black with #251126

Text Example


Text Example

White with #251126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251126; }

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

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

background-color css

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

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

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

border-color css

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

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

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