Html Css Color HEX #250A20 Mardi Gras

📋 copy color: '#250A20'

red 37 ◦ green 10 ◦ blue 32

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

Shades of Mardi Gras #250A20

Tints of Mardi Gras #250A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.66%

 BLUE value IS 32 (12.89% from 255) = 40.51%

R = 46.84%
G = 12.66%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.85

RGB Variations

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

Color information

#250A20 (or 0x250A20) is known color: Mardi Gras. HEX triplet: 25, 0A and 20. RGB value is (37,10,32). Sum of RGB (Red+Green+Blue) = 37+10+32=79 (10% of max value = 765). Red value is 37 (14.84% from 255 or 46.84% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 37 - color contains mainly: red. Hex color #250A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A20 is #DAF5DF. Grayscale: #141414. Windows color (decimal): -14349792 or 2099749. OLE color: 2099749.

HSL color Cylindrical-coordinate representation of color #250A20: hue angle of 311.11º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250A20 is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 10 32 -
CMYK 0 0.73 0.14 0.85
HSL 311.11º 0.57% 0.09% -
HSV(B) 311.11º 0.73% 0.15% -
XYZ 1.13 0.71 1.44 -
YUV 20.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 37 10 32 0 0.73 0.14 0.85 311.11 0.57 0.09
Hex 25 A 20 0 49 E 55 137 39 9
Octal 45 12 40 0 111 16 125 467 71 11
Binary 100101 1010 100000 0 1001001 1110 1010101 100110111 111001 1001

Color Harmonies of #250A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A20

Black with #250A20

Text Example


Text Example

White with #250A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,10,32); }

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

background-color css

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

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

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

border-color css

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

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

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