Html Css Color HEX #251525 Mardi Gras

📋 copy color: '#251525'

red 37 ◦ green 21 ◦ blue 37

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

Shades of Mardi Gras #251525

Tints of Mardi Gras #251525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 38.95%
G = 22.11%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251525 (or 0x251525) is known color: Mardi Gras. HEX triplet: 25, 15 and 25. RGB value is (37,21,37). Sum of RGB (Red+Green+Blue) = 37+21+37=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 37 (14.84% from 255 or 38.95% from 95); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #251525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251525 is #DAEADA. Grayscale: #1B1B1B. Windows color (decimal): -14346971 or 2430245. OLE color: 2430245.

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

Color convert

RGB 37 21 37 -
CMYK 0 0.43 0 0.85
HSL 300º 0.28% 0.11% -
HSV(B) 300º 0.43% 0.15% -
XYZ 1.37 1.06 1.88 -
YUV 27.61 133.3 134.7 -
System Red Green Blue C M Y K H S L
Decimal 37 21 37 0 0.43 0 0.85 300 0.28 0.11
Hex 25 15 25 0 2B 0 55 12C 1C B
Octal 45 25 45 0 53 0 125 454 34 13
Binary 100101 10101 100101 0 101011 0 1010101 100101100 11100 1011

Color Harmonies of #251525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251525

Black with #251525

Text Example


Text Example

White with #251525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251525; }

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

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

background-color css

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

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

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

border-color css

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

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

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