Html Css Color HEX #250C25 Mardi Gras

📋 copy color: '#250C25'

red 37 ◦ green 12 ◦ blue 37

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

Shades of Mardi Gras #250C25

Tints of Mardi Gras #250C25

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.95%

 BLUE value IS 37 (14.84% from 255) = 43.02%

R = 43.02%
G = 13.95%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#250C25 (or 0x250C25) is known color: Mardi Gras. HEX triplet: 25, 0C and 25. RGB value is (37,12,37). Sum of RGB (Red+Green+Blue) = 37+12+37=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: red, blue. Hex color #250C25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C25 is #DAF3DA. Grayscale: #161616. Windows color (decimal): -14349275 or 2427941. OLE color: 2427941.

HSL color Cylindrical-coordinate representation of color #250C25: hue angle of 300º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #250C25 is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 12 37 -
CMYK 0 0.68 0 0.85
HSL 300º 0.51% 0.1% -
HSV(B) 300º 0.68% 0.15% -
XYZ 1.23 0.79 1.84 -
YUV 22.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 37 12 37 0 0.68 0 0.85 300 0.51 0.1
Hex 25 C 25 0 44 0 55 12C 33 A
Octal 45 14 45 0 104 0 125 454 63 12
Binary 100101 1100 100101 0 1000100 0 1010101 100101100 110011 1010

Color Harmonies of #250C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C25

Black with #250C25

Text Example


Text Example

White with #250C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250C25; }

 p { color: rgb(37,12,37); }

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

background-color css

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

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

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

border-color css

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

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

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