Html Css Color HEX #250E23 Mardi Gras

📋 copy color: '#250E23'

red 37 ◦ green 14 ◦ blue 35

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

Shades of Mardi Gras #250E23

Tints of Mardi Gras #250E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 40.7%

R = 43.02%
G = 16.28%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#250E23 (or 0x250E23) is known color: Mardi Gras. HEX triplet: 25, 0E and 23. RGB value is (37,14,35). Sum of RGB (Red+Green+Blue) = 37+14+35=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 35 (14.06% from 255 or 40.70% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #250E23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E23 is #DAF1DC. Grayscale: #171717. Windows color (decimal): -14348765 or 2297381. OLE color: 2297381.

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

Color convert

RGB 37 14 35 -
CMYK 0 0.62 0.05 0.85
HSL 305.22º 0.45% 0.1% -
HSV(B) 305.22º 0.62% 0.15% -
XYZ 1.22 0.83 1.69 -
YUV 23.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 37 14 35 0 0.62 0.05 0.85 305.22 0.45 0.1
Hex 25 E 23 0 3E 5 55 131 2D A
Octal 45 16 43 0 76 5 125 461 55 12
Binary 100101 1110 100011 0 111110 101 1010101 100110001 101101 1010

Color Harmonies of #250E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E23

Black with #250E23

Text Example


Text Example

White with #250E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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