Html Css Color HEX #251E26 Mardi Gras

📋 copy color: '#251E26'

red 37 ◦ green 30 ◦ blue 38

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

Shades of Mardi Gras #251E26

Tints of Mardi Gras #251E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.57%

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

R = 35.24%
G = 28.57%
B = 36.19%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#251E26 (or 0x251E26) is known color: Mardi Gras. HEX triplet: 25, 1E and 26. RGB value is (37,30,38). Sum of RGB (Red+Green+Blue) = 37+30+38=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 38 (15.23% from 255 or 36.19% from 105); Max value from RGB is 38 - color contains mainly: blue. Hex color #251E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E26 is #DAE1D9. Grayscale: #202020. Windows color (decimal): -14344666 or 2498085. OLE color: 2498085.

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

Color convert

RGB 37 30 38 -
CMYK 0.03 0.21 0 0.85
HSL 292.5º 0.12% 0.13% -
HSV(B) 292.5º 0.21% 0.15% -
XYZ 1.58 1.46 2.03 -
YUV 33.01 130.82 130.85 -
System Red Green Blue C M Y K H S L
Decimal 37 30 38 0.03 0.21 0 0.85 292.5 0.12 0.13
Hex 25 1E 26 3 15 0 55 124 C D
Octal 45 36 46 3 25 0 125 444 14 15
Binary 100101 11110 100110 11 10101 0 1010101 100100100 1100 1101

Color Harmonies of #251E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E26

Black with #251E26

Text Example


Text Example

White with #251E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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