Html Css Color HEX #250F26 Mardi Gras

📋 copy color: '#250F26'

red 37 ◦ green 15 ◦ blue 38

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

Shades of Mardi Gras #250F26

Tints of Mardi Gras #250F26

RGB

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

 GREEN value IS 15 (6.25% from 255) = 16.67%

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

R = 41.11%
G = 16.67%
B = 42.22%

CMYK

 C value IS 0.03

 M value IS 0.61

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250F26 (or 0x250F26) is known color: Mardi Gras. HEX triplet: 25, 0F and 26. RGB value is (37,15,38). Sum of RGB (Red+Green+Blue) = 37+15+38=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 38 (15.23% from 255 or 42.22% from 90); Max value from RGB is 38 - color contains mainly: blue. Hex color #250F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250F26 is #DAF0D9. Grayscale: #181818. Windows color (decimal): -14348506 or 2494245. OLE color: 2494245.

HSL color Cylindrical-coordinate representation of color #250F26: hue angle of 297.39º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #250F26 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 15 38 -
CMYK 0.03 0.61 0 0.85
HSL 297.39º 0.43% 0.1% -
HSV(B) 297.39º 0.61% 0.15% -
XYZ 1.28 0.87 1.93 -
YUV 24.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 37 15 38 0.03 0.61 0 0.85 297.39 0.43 0.1
Hex 25 F 26 3 3D 0 55 129 2B A
Octal 45 17 46 3 75 0 125 451 53 12
Binary 100101 1111 100110 11 111101 0 1010101 100101001 101011 1010

Color Harmonies of #250F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F26

Black with #250F26

Text Example


Text Example

White with #250F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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