Html Css Color HEX #251426 Mardi Gras

📋 copy color: '#251426'

red 37 ◦ green 20 ◦ blue 38

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

Shades of Mardi Gras #251426

Tints of Mardi Gras #251426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.05%

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

R = 38.95%
G = 21.05%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251426 (or 0x251426) is known color: Mardi Gras. HEX triplet: 25, 14 and 26. RGB value is (37,20,38). Sum of RGB (Red+Green+Blue) = 37+20+38=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 38 - color contains mainly: blue. Hex color #251426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251426 is #DAEBD9. Grayscale: #1B1B1B. Windows color (decimal): -14347226 or 2495525. OLE color: 2495525.

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

Color convert

RGB 37 20 38 -
CMYK 0.03 0.47 0 0.85
HSL 296.67º 0.31% 0.11% -
HSV(B) 296.67º 0.47% 0.15% -
XYZ 1.36 1.03 1.96 -
YUV 27.14 134.13 135.04 -
System Red Green Blue C M Y K H S L
Decimal 37 20 38 0.03 0.47 0 0.85 296.67 0.31 0.11
Hex 25 14 26 3 2F 0 55 129 1F B
Octal 45 24 46 3 57 0 125 451 37 13
Binary 100101 10100 100110 11 101111 0 1010101 100101001 11111 1011

Color Harmonies of #251426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251426

Black with #251426

Text Example


Text Example

White with #251426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251426; }

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

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

background-color css

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

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

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

border-color css

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

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

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