Html Css Color HEX #25031E Mardi Gras

📋 copy color: '#25031E'

red 37 ◦ green 3 ◦ blue 30

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

Shades of Mardi Gras #25031E

Tints of Mardi Gras #25031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 42.86%

R = 52.86%
G = 4.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.85

RGB Variations

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

Color information

#25031E (or 0x25031E) is known color: Mardi Gras. HEX triplet: 25, 03 and 1E. RGB value is (37,3,30). Sum of RGB (Red+Green+Blue) = 37+3+30=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25031E is #DAFCE1. Grayscale: #101010. Windows color (decimal): -14351586 or 1966885. OLE color: 1966885.

HSL color Cylindrical-coordinate representation of color #25031E: hue angle of 312.35º 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 #25031E is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 3 30 -
CMYK 0 0.92 0.19 0.85
HSL 312.35º 0.85% 0.08% -
HSV(B) 312.35º 0.92% 0.15% -
XYZ 1.03 0.55 1.28 -
YUV 16.24 135.76 142.8 -
System Red Green Blue C M Y K H S L
Decimal 37 3 30 0 0.92 0.19 0.85 312.35 0.85 0.08
Hex 25 3 1E 0 5C 13 55 138 55 8
Octal 45 3 36 0 134 23 125 470 125 10
Binary 100101 11 11110 0 1011100 10011 1010101 100111000 1010101 1000

Color Harmonies of #25031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25031E

Black with #25031E

Text Example


Text Example

White with #25031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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