Html Css Color HEX #251925 Mardi Gras

📋 copy color: '#251925'

red 37 ◦ green 25 ◦ blue 37

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

Shades of Mardi Gras #251925

Tints of Mardi Gras #251925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 37.37%
G = 25.25%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251925 (or 0x251925) is known color: Mardi Gras. HEX triplet: 25, 19 and 25. RGB value is (37,25,37). Sum of RGB (Red+Green+Blue) = 37+25+37=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251925 is #DAE6DA. Grayscale: #1D1D1D. Windows color (decimal): -14345947 or 2431269. OLE color: 2431269.

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

Color convert

RGB 37 25 37 -
CMYK 0 0.32 0 0.85
HSL 300º 0.19% 0.12% -
HSV(B) 300º 0.32% 0.15% -
XYZ 1.44 1.22 1.91 -
YUV 29.96 131.98 133.02 -
System Red Green Blue C M Y K H S L
Decimal 37 25 37 0 0.32 0 0.85 300 0.19 0.12
Hex 25 19 25 0 20 0 55 12C 13 C
Octal 45 31 45 0 40 0 125 454 23 14
Binary 100101 11001 100101 0 100000 0 1010101 100101100 10011 1100

Color Harmonies of #251925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251925

Black with #251925

Text Example


Text Example

White with #251925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251925; }

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

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

background-color css

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

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

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

border-color css

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

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

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