Html Css Color HEX #250826 Mardi Gras

📋 copy color: '#250826'

red 37 ◦ green 8 ◦ blue 38

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

Shades of Mardi Gras #250826

Tints of Mardi Gras #250826

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

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

R = 44.58%
G = 9.64%
B = 45.78%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250826 (or 0x250826) is known color: Mardi Gras. HEX triplet: 25, 08 and 26. RGB value is (37,8,38). Sum of RGB (Red+Green+Blue) = 37+8+38=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #250826 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250826 is #DAF7D9. Grayscale: #141414. Windows color (decimal): -14350298 or 2492453. OLE color: 2492453.

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

Color convert

RGB 37 8 38 -
CMYK 0.03 0.79 0 0.85
HSL 298º 0.65% 0.09% -
HSV(B) 298º 0.79% 0.15% -
XYZ 1.2 0.71 1.91 -
YUV 20.09 138.11 140.06 -
System Red Green Blue C M Y K H S L
Decimal 37 8 38 0.03 0.79 0 0.85 298 0.65 0.09
Hex 25 8 26 3 4F 0 55 12A 41 9
Octal 45 10 46 3 117 0 125 452 101 11
Binary 100101 1000 100110 11 1001111 0 1010101 100101010 1000001 1001

Color Harmonies of #250826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250826

Black with #250826

Text Example


Text Example

White with #250826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250826; }

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

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

background-color css

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

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

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

border-color css

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

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

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