Html Css Color HEX #250E28 Mardi Gras

📋 copy color: '#250E28'

red 37 ◦ green 14 ◦ blue 40

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

Shades of Mardi Gras #250E28

Tints of Mardi Gras #250E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.38%

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

R = 40.66%
G = 15.38%
B = 43.96%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#250E28 (or 0x250E28) is known color: Mardi Gras. HEX triplet: 25, 0E and 28. RGB value is (37,14,40). Sum of RGB (Red+Green+Blue) = 37+14+40=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #250E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E28 is #DAF1D7. Grayscale: #171717. Windows color (decimal): -14348760 or 2625061. OLE color: 2625061.

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

Color convert

RGB 37 14 40 -
CMYK 0.07 0.65 0 0.84
HSL 293.08º 0.48% 0.11% -
HSV(B) 293.08º 0.65% 0.16% -
XYZ 1.3 0.86 2.1 -
YUV 23.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 37 14 40 0.07 0.65 0 0.84 293.08 0.48 0.11
Hex 25 E 28 7 41 0 54 125 30 B
Octal 45 16 50 7 101 0 124 445 60 13
Binary 100101 1110 101000 111 1000001 0 1010100 100100101 110000 1011

Color Harmonies of #250E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E28

Black with #250E28

Text Example


Text Example

White with #250E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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