Html Css Color HEX #251528 Mardi Gras

📋 copy color: '#251528'

red 37 ◦ green 21 ◦ blue 40

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

Shades of Mardi Gras #251528

Tints of Mardi Gras #251528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40.82%

R = 37.76%
G = 21.43%
B = 40.82%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#251528 (or 0x251528) is known color: Mardi Gras. HEX triplet: 25, 15 and 28. RGB value is (37,21,40). Sum of RGB (Red+Green+Blue) = 37+21+40=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #251528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251528 is #DAEAD7. Grayscale: #1B1B1B. Windows color (decimal): -14346968 or 2626853. OLE color: 2626853.

HSL color Cylindrical-coordinate representation of color #251528: hue angle of 290.53º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #251528 is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 21 40 -
CMYK 0.07 0.48 0 0.84
HSL 290.53º 0.31% 0.12% -
HSV(B) 290.53º 0.48% 0.16% -
XYZ 1.41 1.08 2.14 -
YUV 27.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 37 21 40 0.07 0.48 0 0.84 290.53 0.31 0.12
Hex 25 15 28 7 30 0 54 123 1F C
Octal 45 25 50 7 60 0 124 443 37 14
Binary 100101 10101 101000 111 110000 0 1010100 100100011 11111 1100

Color Harmonies of #251528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251528

Black with #251528

Text Example


Text Example

White with #251528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251528; }

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

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

background-color css

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

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

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

border-color css

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

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

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