Html Css Color HEX #250323 Mardi Gras

📋 copy color: '#250323'

red 37 ◦ green 3 ◦ blue 35

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

Shades of Mardi Gras #250323

Tints of Mardi Gras #250323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4%

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

R = 49.33%
G = 4%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#250323 (or 0x250323) is known color: Mardi Gras. HEX triplet: 25, 03 and 23. RGB value is (37,3,35). Sum of RGB (Red+Green+Blue) = 37+3+35=75 (9% of max value = 765). Red value is 37 (14.84% from 255 or 49.33% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 37 - color contains mainly: red. Hex color #250323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250323 is #DAFCDC. Grayscale: #101010. Windows color (decimal): -14351581 or 2294565. OLE color: 2294565.

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

Color convert

RGB 37 3 35 -
CMYK 0 0.92 0.05 0.85
HSL 303.53º 0.85% 0.08% -
HSV(B) 303.53º 0.92% 0.15% -
XYZ 1.1 0.58 1.64 -
YUV 16.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 37 3 35 0 0.92 0.05 0.85 303.53 0.85 0.08
Hex 25 3 23 0 5C 5 55 130 55 8
Octal 45 3 43 0 134 5 125 460 125 10
Binary 100101 11 100011 0 1011100 101 1010101 100110000 1010101 1000

Color Harmonies of #250323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250323

Black with #250323

Text Example


Text Example

White with #250323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250323; }

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

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

background-color css

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

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

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

border-color css

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

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

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