Html Css Color HEX #25051F Mardi Gras

📋 copy color: '#25051F'

red 37 ◦ green 5 ◦ blue 31

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

Shades of Mardi Gras #25051F

Tints of Mardi Gras #25051F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.85%

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

R = 50.68%
G = 6.85%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#25051F (or 0x25051F) is known color: Mardi Gras. HEX triplet: 25, 05 and 1F. RGB value is (37,5,31). Sum of RGB (Red+Green+Blue) = 37+5+31=73 (9% of max value = 765). Red value is 37 (14.84% from 255 or 50.68% from 73); Green value is 5 (2.34% from 255 or 6.85% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 37 - color contains mainly: red. Hex color #25051F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25051F is #DAFAE0. Grayscale: #111111. Windows color (decimal): -14351073 or 2032933. OLE color: 2032933.

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

Color convert

RGB 37 5 31 -
CMYK 0 0.86 0.16 0.85
HSL 311.25º 0.76% 0.08% -
HSV(B) 311.25º 0.86% 0.15% -
XYZ 1.06 0.6 1.36 -
YUV 17.53 135.6 141.89 -
System Red Green Blue C M Y K H S L
Decimal 37 5 31 0 0.86 0.16 0.85 311.25 0.76 0.08
Hex 25 5 1F 0 56 10 55 137 4C 8
Octal 45 5 37 0 126 20 125 467 114 10
Binary 100101 101 11111 0 1010110 10000 1010101 100110111 1001100 1000

Color Harmonies of #25051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25051F

Black with #25051F

Text Example


Text Example

White with #25051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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