Html Css Color HEX #250626 Mardi Gras

📋 copy color: '#250626'

red 37 ◦ green 6 ◦ blue 38

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

Shades of Mardi Gras #250626

Tints of Mardi Gras #250626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.41%

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

R = 45.68%
G = 7.41%
B = 46.91%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250626 (or 0x250626) is known color: Mardi Gras. HEX triplet: 25, 06 and 26. RGB value is (37,6,38). Sum of RGB (Red+Green+Blue) = 37+6+38=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #250626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250626 is #DAF9D9. Grayscale: #121212. Windows color (decimal): -14350810 or 2491941. OLE color: 2491941.

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

Color convert

RGB 37 6 38 -
CMYK 0.03 0.84 0 0.85
HSL 298.13º 0.73% 0.09% -
HSV(B) 298.13º 0.84% 0.15% -
XYZ 1.18 0.66 1.9 -
YUV 18.92 138.77 140.9 -
System Red Green Blue C M Y K H S L
Decimal 37 6 38 0.03 0.84 0 0.85 298.13 0.73 0.09
Hex 25 6 26 3 54 0 55 12A 49 9
Octal 45 6 46 3 124 0 125 452 111 11
Binary 100101 110 100110 11 1010100 0 1010101 100101010 1001001 1001

Color Harmonies of #250626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250626

Black with #250626

Text Example


Text Example

White with #250626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250626; }

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

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

background-color css

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

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

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

border-color css

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

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

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