Html Css Color HEX #251128 Mardi Gras

📋 copy color: '#251128'

red 37 ◦ green 17 ◦ blue 40

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

Shades of Mardi Gras #251128

Tints of Mardi Gras #251128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 42.55%

R = 39.36%
G = 18.09%
B = 42.55%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#251128 (or 0x251128) is known color: Mardi Gras. HEX triplet: 25, 11 and 28. RGB value is (37,17,40). Sum of RGB (Red+Green+Blue) = 37+17+40=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #251128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251128 is #DAEED7. Grayscale: #191919. Windows color (decimal): -14347992 or 2625829. OLE color: 2625829.

HSL color Cylindrical-coordinate representation of color #251128: hue angle of 292.17º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #251128 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 17 40 -
CMYK 0.07 0.57 0 0.84
HSL 292.17º 0.4% 0.11% -
HSV(B) 292.17º 0.58% 0.16% -
XYZ 1.35 0.95 2.12 -
YUV 25.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 37 17 40 0.07 0.57 0 0.84 292.17 0.4 0.11
Hex 25 11 28 7 39 0 54 124 28 B
Octal 45 21 50 7 71 0 124 444 50 13
Binary 100101 10001 101000 111 111001 0 1010100 100100100 101000 1011

Color Harmonies of #251128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251128

Black with #251128

Text Example


Text Example

White with #251128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251128; }

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

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

background-color css

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

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

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

border-color css

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

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

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