Html Css Color HEX #250A24 Mardi Gras

📋 copy color: '#250A24'

red 37 ◦ green 10 ◦ blue 36

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

Shades of Mardi Gras #250A24

Tints of Mardi Gras #250A24

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.05%

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

R = 44.58%
G = 12.05%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#250A24 (or 0x250A24) is known color: Mardi Gras. HEX triplet: 25, 0A and 24. RGB value is (37,10,36). Sum of RGB (Red+Green+Blue) = 37+10+36=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 36 (14.45% from 255 or 43.37% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #250A24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A24 is #DAF5DB. Grayscale: #141414. Windows color (decimal): -14349788 or 2361893. OLE color: 2361893.

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

Color convert

RGB 37 10 36 -
CMYK 0 0.73 0.03 0.85
HSL 302.22º 0.57% 0.09% -
HSV(B) 302.22º 0.73% 0.15% -
XYZ 1.19 0.74 1.75 -
YUV 21.04 136.45 139.39 -
System Red Green Blue C M Y K H S L
Decimal 37 10 36 0 0.73 0.03 0.85 302.22 0.57 0.09
Hex 25 A 24 0 49 3 55 12E 39 9
Octal 45 12 44 0 111 3 125 456 71 11
Binary 100101 1010 100100 0 1001001 11 1010101 100101110 111001 1001

Color Harmonies of #250A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A24

Black with #250A24

Text Example


Text Example

White with #250A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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