Html Css Color HEX #250925 Mardi Gras

📋 copy color: '#250925'

red 37 ◦ green 9 ◦ blue 37

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

Shades of Mardi Gras #250925

Tints of Mardi Gras #250925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.84%

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

R = 44.58%
G = 10.84%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250925 (or 0x250925) is known color: Mardi Gras. HEX triplet: 25, 09 and 25. RGB value is (37,9,37). Sum of RGB (Red+Green+Blue) = 37+9+37=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250925 is #DAF6DA. Grayscale: #141414. Windows color (decimal): -14350043 or 2427173. OLE color: 2427173.

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

Color convert

RGB 37 9 37 -
CMYK 0 0.76 0 0.85
HSL 300º 0.61% 0.09% -
HSV(B) 300º 0.76% 0.15% -
XYZ 1.19 0.72 1.83 -
YUV 20.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 37 9 37 0 0.76 0 0.85 300 0.61 0.09
Hex 25 9 25 0 4C 0 55 12C 3D 9
Octal 45 11 45 0 114 0 125 454 75 11
Binary 100101 1001 100101 0 1001100 0 1010101 100101100 111101 1001

Color Harmonies of #250925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250925

Black with #250925

Text Example


Text Example

White with #250925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250925; }

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

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

background-color css

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

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

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

border-color css

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

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

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