Html Css Color HEX #250926 Mardi Gras

📋 copy color: '#250926'

red 37 ◦ green 9 ◦ blue 38

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

Shades of Mardi Gras #250926

Tints of Mardi Gras #250926

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.71%

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

R = 44.05%
G = 10.71%
B = 45.24%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250926 (or 0x250926) is known color: Mardi Gras. HEX triplet: 25, 09 and 26. RGB value is (37,9,38). Sum of RGB (Red+Green+Blue) = 37+9+38=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #250926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250926 is #DAF6D9. Grayscale: #141414. Windows color (decimal): -14350042 or 2492709. OLE color: 2492709.

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

Color convert

RGB 37 9 38 -
CMYK 0.03 0.76 0 0.85
HSL 297.93º 0.62% 0.09% -
HSV(B) 297.93º 0.76% 0.15% -
XYZ 1.21 0.73 1.91 -
YUV 20.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 37 9 38 0.03 0.76 0 0.85 297.93 0.62 0.09
Hex 25 9 26 3 4C 0 55 12A 3E 9
Octal 45 11 46 3 114 0 125 452 76 11
Binary 100101 1001 100110 11 1001100 0 1010101 100101010 111110 1001

Color Harmonies of #250926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250926

Black with #250926

Text Example


Text Example

White with #250926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250926; }

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

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

background-color css

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

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

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

border-color css

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

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

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