Html Css Color HEX #251524 Mardi Gras

📋 copy color: '#251524'

red 37 ◦ green 21 ◦ blue 36

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

Shades of Mardi Gras #251524

Tints of Mardi Gras #251524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 38.3%

R = 39.36%
G = 22.34%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#251524 (or 0x251524) is known color: Mardi Gras. HEX triplet: 25, 15 and 24. RGB value is (37,21,36). Sum of RGB (Red+Green+Blue) = 37+21+36=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 36 (14.45% from 255 or 38.30% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251524 is #DAEADB. Grayscale: #1B1B1B. Windows color (decimal): -14346972 or 2364709. OLE color: 2364709.

HSL color Cylindrical-coordinate representation of color #251524: hue angle of 303.75º 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 #251524 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 21 36 -
CMYK 0 0.43 0.03 0.85
HSL 303.75º 0.28% 0.11% -
HSV(B) 303.75º 0.43% 0.15% -
XYZ 1.35 1.06 1.8 -
YUV 27.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 37 21 36 0 0.43 0.03 0.85 303.75 0.28 0.11
Hex 25 15 24 0 2B 3 55 130 1C B
Octal 45 25 44 0 53 3 125 460 34 13
Binary 100101 10101 100100 0 101011 11 1010101 100110000 11100 1011

Color Harmonies of #251524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251524

Black with #251524

Text Example


Text Example

White with #251524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251524; }

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

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

background-color css

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

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

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

border-color css

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

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

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