Html Css Color HEX #250E24 Mardi Gras

📋 copy color: '#250E24'

red 37 ◦ green 14 ◦ blue 36

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

Shades of Mardi Gras #250E24

Tints of Mardi Gras #250E24

RGB

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

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

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

R = 42.53%
G = 16.09%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#250E24 (or 0x250E24) is known color: Mardi Gras. HEX triplet: 25, 0E and 24. RGB value is (37,14,36). Sum of RGB (Red+Green+Blue) = 37+14+36=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 36 (14.45% from 255 or 41.38% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #250E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E24 is #DAF1DB. Grayscale: #171717. Windows color (decimal): -14348764 or 2362917. OLE color: 2362917.

HSL color Cylindrical-coordinate representation of color #250E24: hue angle of 302.61º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E24 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 14 36 -
CMYK 0 0.62 0.03 0.85
HSL 302.61º 0.45% 0.1% -
HSV(B) 302.61º 0.62% 0.15% -
XYZ 1.24 0.83 1.76 -
YUV 23.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 37 14 36 0 0.62 0.03 0.85 302.61 0.45 0.1
Hex 25 E 24 0 3E 3 55 12F 2D A
Octal 45 16 44 0 76 3 125 457 55 12
Binary 100101 1110 100100 0 111110 11 1010101 100101111 101101 1010

Color Harmonies of #250E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E24

Black with #250E24

Text Example


Text Example

White with #250E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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