Html Css Color HEX #250E27 Mardi Gras

📋 copy color: '#250E27'

red 37 ◦ green 14 ◦ blue 39

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

Shades of Mardi Gras #250E27

Tints of Mardi Gras #250E27

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.56%

 BLUE value IS 39 (15.63% from 255) = 43.33%

R = 41.11%
G = 15.56%
B = 43.33%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250E27 (or 0x250E27) is known color: Mardi Gras. HEX triplet: 25, 0E and 27. RGB value is (37,14,39). Sum of RGB (Red+Green+Blue) = 37+14+39=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 14 (5.86% from 255 or 15.56% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #250E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E27 is #DAF1D8. Grayscale: #171717. Windows color (decimal): -14348761 or 2559525. OLE color: 2559525.

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

Color convert

RGB 37 14 39 -
CMYK 0.05 0.64 0 0.85
HSL 295.2º 0.47% 0.1% -
HSV(B) 295.2º 0.64% 0.15% -
XYZ 1.29 0.85 2.02 -
YUV 23.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 37 14 39 0.05 0.64 0 0.85 295.2 0.47 0.1
Hex 25 E 27 5 40 0 55 127 2F A
Octal 45 16 47 5 100 0 125 447 57 12
Binary 100101 1110 100111 101 1000000 0 1010101 100100111 101111 1010

Color Harmonies of #250E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E27

Black with #250E27

Text Example


Text Example

White with #250E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,14,39); }

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

background-color css

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

 a { background-color: rgb(37,14,39); }

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

border-color css

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

 span { border-color: rgb(37,14,39); }

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