Html Css Color HEX #250423 Mardi Gras

📋 copy color: '#250423'

red 37 ◦ green 4 ◦ blue 35

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

Shades of Mardi Gras #250423

Tints of Mardi Gras #250423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.26%

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

R = 48.68%
G = 5.26%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#250423 (or 0x250423) is known color: Mardi Gras. HEX triplet: 25, 04 and 23. RGB value is (37,4,35). Sum of RGB (Red+Green+Blue) = 37+4+35=76 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.68% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 35 (14.06% from 255 or 46.05% from 76); Max value from RGB is 37 - color contains mainly: red. Hex color #250423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250423 is #DAFBDC. Grayscale: #111111. Windows color (decimal): -14351325 or 2294821. OLE color: 2294821.

HSL color Cylindrical-coordinate representation of color #250423: hue angle of 303.64º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #250423 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 4 35 -
CMYK 0 0.89 0.05 0.85
HSL 303.64º 0.8% 0.08% -
HSV(B) 303.64º 0.89% 0.15% -
XYZ 1.11 0.6 1.65 -
YUV 17.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 37 4 35 0 0.89 0.05 0.85 303.64 0.8 0.08
Hex 25 4 23 0 59 5 55 130 50 8
Octal 45 4 43 0 131 5 125 460 120 10
Binary 100101 100 100011 0 1011001 101 1010101 100110000 1010000 1000

Color Harmonies of #250423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250423

Black with #250423

Text Example


Text Example

White with #250423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250423; }

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

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

background-color css

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

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

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

border-color css

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

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

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