Html Css Color HEX #250428 Mardi Gras

📋 copy color: '#250428'

red 37 ◦ green 4 ◦ blue 40

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

Shades of Mardi Gras #250428

Tints of Mardi Gras #250428

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.94%

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

R = 45.68%
G = 4.94%
B = 49.38%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250428 (or 0x250428) is known color: Mardi Gras. HEX triplet: 25, 04 and 28. RGB value is (37,4,40). Sum of RGB (Red+Green+Blue) = 37+4+40=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #250428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250428 is #DAFBD7. Grayscale: #111111. Windows color (decimal): -14351320 or 2622501. OLE color: 2622501.

HSL color Cylindrical-coordinate representation of color #250428: hue angle of 295º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #250428 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 4 40 -
CMYK 0.07 0.90 0 0.84
HSL 295º 0.82% 0.09% -
HSV(B) 295º 0.9% 0.16% -
XYZ 1.19 0.63 2.07 -
YUV 17.97 140.43 141.57 -
System Red Green Blue C M Y K H S L
Decimal 37 4 40 0.07 0.90 0 0.84 295 0.82 0.09
Hex 25 4 28 7 5A 0 54 127 52 9
Octal 45 4 50 7 132 0 124 447 122 11
Binary 100101 100 101000 111 1011010 0 1010100 100100111 1010010 1001

Color Harmonies of #250428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250428

Black with #250428

Text Example


Text Example

White with #250428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250428; }

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

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

background-color css

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

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

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

border-color css

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

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

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