Html Css Color HEX #251324 Mardi Gras

📋 copy color: '#251324'

red 37 ◦ green 19 ◦ blue 36

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

Shades of Mardi Gras #251324

Tints of Mardi Gras #251324

RGB

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

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

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

R = 40.22%
G = 20.65%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#251324 (or 0x251324) is known color: Mardi Gras. HEX triplet: 25, 13 and 24. RGB value is (37,19,36). Sum of RGB (Red+Green+Blue) = 37+19+36=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 36 (14.45% from 255 or 39.13% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251324 is #DAECDB. Grayscale: #1A1A1A. Windows color (decimal): -14347484 or 2364197. OLE color: 2364197.

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

Color convert

RGB 37 19 36 -
CMYK 0 0.49 0.03 0.85
HSL 303.33º 0.32% 0.11% -
HSV(B) 303.33º 0.49% 0.15% -
XYZ 1.31 0.99 1.79 -
YUV 26.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 37 19 36 0 0.49 0.03 0.85 303.33 0.32 0.11
Hex 25 13 24 0 31 3 55 12F 20 B
Octal 45 23 44 0 61 3 125 457 40 13
Binary 100101 10011 100100 0 110001 11 1010101 100101111 100000 1011

Color Harmonies of #251324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251324

Black with #251324

Text Example


Text Example

White with #251324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251324; }

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

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

background-color css

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

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

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

border-color css

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

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

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