Html Css Color HEX #251526 Mardi Gras

📋 copy color: '#251526'

red 37 ◦ green 21 ◦ blue 38

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

Shades of Mardi Gras #251526

Tints of Mardi Gras #251526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 39.58%

R = 38.54%
G = 21.88%
B = 39.58%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251526 (or 0x251526) is known color: Mardi Gras. HEX triplet: 25, 15 and 26. RGB value is (37,21,38). Sum of RGB (Red+Green+Blue) = 37+21+38=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 38 (15.23% from 255 or 39.58% from 96); Max value from RGB is 38 - color contains mainly: blue. Hex color #251526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251526 is #DAEAD9. Grayscale: #1B1B1B. Windows color (decimal): -14346970 or 2495781. OLE color: 2495781.

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

Color convert

RGB 37 21 38 -
CMYK 0.03 0.45 0 0.85
HSL 296.47º 0.29% 0.12% -
HSV(B) 296.47º 0.45% 0.15% -
XYZ 1.38 1.07 1.97 -
YUV 27.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 37 21 38 0.03 0.45 0 0.85 296.47 0.29 0.12
Hex 25 15 26 3 2D 0 55 128 1D C
Octal 45 25 46 3 55 0 125 450 35 14
Binary 100101 10101 100110 11 101101 0 1010101 100101000 11101 1100

Color Harmonies of #251526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251526

Black with #251526

Text Example


Text Example

White with #251526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251526; }

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

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

background-color css

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

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

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

border-color css

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

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

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