Html Css Color HEX #251425 Mardi Gras

📋 copy color: '#251425'

red 37 ◦ green 20 ◦ blue 37

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

Shades of Mardi Gras #251425

Tints of Mardi Gras #251425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

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

R = 39.36%
G = 21.28%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251425 (or 0x251425) is known color: Mardi Gras. HEX triplet: 25, 14 and 25. RGB value is (37,20,37). Sum of RGB (Red+Green+Blue) = 37+20+37=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251425 is #DAEBDA. Grayscale: #1A1A1A. Windows color (decimal): -14347227 or 2429989. OLE color: 2429989.

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

Color convert

RGB 37 20 37 -
CMYK 0 0.46 0 0.85
HSL 300º 0.3% 0.11% -
HSV(B) 300º 0.46% 0.15% -
XYZ 1.35 1.03 1.88 -
YUV 27.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 37 20 37 0 0.46 0 0.85 300 0.3 0.11
Hex 25 14 25 0 2E 0 55 12C 1E B
Octal 45 24 45 0 56 0 125 454 36 13
Binary 100101 10100 100101 0 101110 0 1010101 100101100 11110 1011

Color Harmonies of #251425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251425

Black with #251425

Text Example


Text Example

White with #251425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251425; }

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

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

background-color css

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

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

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

border-color css

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

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

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