Html Css Color HEX #251527 Mardi Gras

📋 copy color: '#251527'

red 37 ◦ green 21 ◦ blue 39

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

Shades of Mardi Gras #251527

Tints of Mardi Gras #251527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 40.21%

R = 38.14%
G = 21.65%
B = 40.21%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251527 (or 0x251527) is known color: Mardi Gras. HEX triplet: 25, 15 and 27. RGB value is (37,21,39). Sum of RGB (Red+Green+Blue) = 37+21+39=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 39 - color contains mainly: blue. Hex color #251527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251527 is #DAEAD8. Grayscale: #1B1B1B. Windows color (decimal): -14346969 or 2561317. OLE color: 2561317.

HSL color Cylindrical-coordinate representation of color #251527: hue angle of 293.33º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #251527 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 21 39 -
CMYK 0.05 0.46 0 0.85
HSL 293.33º 0.3% 0.12% -
HSV(B) 293.33º 0.46% 0.15% -
XYZ 1.4 1.08 2.05 -
YUV 27.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 37 21 39 0.05 0.46 0 0.85 293.33 0.3 0.12
Hex 25 15 27 5 2E 0 55 125 1E C
Octal 45 25 47 5 56 0 125 445 36 14
Binary 100101 10101 100111 101 101110 0 1010101 100100101 11110 1100

Color Harmonies of #251527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251527

Black with #251527

Text Example


Text Example

White with #251527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251527; }

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

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

background-color css

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

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

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

border-color css

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

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

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