Html Css Color HEX #250A25 Mardi Gras

📋 copy color: '#250A25'

red 37 ◦ green 10 ◦ blue 37

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

Shades of Mardi Gras #250A25

Tints of Mardi Gras #250A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 44.05%

R = 44.05%
G = 11.9%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250A25 (or 0x250A25) is known color: Mardi Gras. HEX triplet: 25, 0A and 25. RGB value is (37,10,37). Sum of RGB (Red+Green+Blue) = 37+10+37=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250A25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A25 is #DAF5DA. Grayscale: #151515. Windows color (decimal): -14349787 or 2427429. OLE color: 2427429.

HSL color Cylindrical-coordinate representation of color #250A25: hue angle of 300º 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 #250A25 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 10 37 -
CMYK 0 0.73 0 0.85
HSL 300º 0.57% 0.09% -
HSV(B) 300º 0.73% 0.15% -
XYZ 1.21 0.74 1.83 -
YUV 21.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 37 10 37 0 0.73 0 0.85 300 0.57 0.09
Hex 25 A 25 0 49 0 55 12C 39 9
Octal 45 12 45 0 111 0 125 454 71 11
Binary 100101 1010 100101 0 1001001 0 1010101 100101100 111001 1001

Color Harmonies of #250A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A25

Black with #250A25

Text Example


Text Example

White with #250A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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