Html Css Color HEX #251325 Mardi Gras

📋 copy color: '#251325'

red 37 ◦ green 19 ◦ blue 37

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

Shades of Mardi Gras #251325

Tints of Mardi Gras #251325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 39.78%
G = 20.43%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251325 (or 0x251325) is known color: Mardi Gras. HEX triplet: 25, 13 and 25. RGB value is (37,19,37). Sum of RGB (Red+Green+Blue) = 37+19+37=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251325 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251325 is #DAECDA. Grayscale: #1A1A1A. Windows color (decimal): -14347483 or 2429733. OLE color: 2429733.

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

Color convert

RGB 37 19 37 -
CMYK 0 0.49 0 0.85
HSL 300º 0.32% 0.11% -
HSV(B) 300º 0.49% 0.15% -
XYZ 1.33 0.99 1.87 -
YUV 26.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 37 19 37 0 0.49 0 0.85 300 0.32 0.11
Hex 25 13 25 0 31 0 55 12C 20 B
Octal 45 23 45 0 61 0 125 454 40 13
Binary 100101 10011 100101 0 110001 0 1010101 100101100 100000 1011

Color Harmonies of #251325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251325

Black with #251325

Text Example


Text Example

White with #251325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251325; }

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

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

background-color css

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

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

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

border-color css

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

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

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