Html Css Color HEX #25021F Mardi Gras

📋 copy color: '#25021F'

red 37 ◦ green 2 ◦ blue 31

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

Shades of Mardi Gras #25021F

Tints of Mardi Gras #25021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.86%

 BLUE value IS 31 (12.5% from 255) = 44.29%

R = 52.86%
G = 2.86%
B = 44.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#25021F (or 0x25021F) is known color: Mardi Gras. HEX triplet: 25, 02 and 1F. RGB value is (37,2,31). Sum of RGB (Red+Green+Blue) = 37+2+31=70 (9% of max value = 765). Red value is 37 (14.84% from 255 or 52.86% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 37 - color contains mainly: red. Hex color #25021F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25021F is #DAFDE0. Grayscale: #0F0F0F. Windows color (decimal): -14351841 or 2032165. OLE color: 2032165.

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

Color convert

RGB 37 2 31 -
CMYK 0 0.95 0.16 0.85
HSL 310.29º 0.9% 0.08% -
HSV(B) 310.29º 0.95% 0.15% -
XYZ 1.03 0.54 1.35 -
YUV 15.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 37 2 31 0 0.95 0.16 0.85 310.29 0.9 0.08
Hex 25 2 1F 0 5F 10 55 136 5A 8
Octal 45 2 37 0 137 20 125 466 132 10
Binary 100101 10 11111 0 1011111 10000 1010101 100110110 1011010 1000

Color Harmonies of #25021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25021F

Black with #25021F

Text Example


Text Example

White with #25021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25021F; }

 p { color: rgb(37,2,31); }

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

background-color css

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

 a { background-color: rgb(37,2,31); }

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

border-color css

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

 span { border-color: rgb(37,2,31); }

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