Html Css Color HEX #250A22 Mardi Gras

📋 copy color: '#250A22'

red 37 ◦ green 10 ◦ blue 34

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

Shades of Mardi Gras #250A22

Tints of Mardi Gras #250A22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 41.98%

R = 45.68%
G = 12.35%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#250A22 (or 0x250A22) is known color: Mardi Gras. HEX triplet: 25, 0A and 22. RGB value is (37,10,34). Sum of RGB (Red+Green+Blue) = 37+10+34=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 34 (13.67% from 255 or 41.98% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #250A22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250A22 is #DAF5DD. Grayscale: #141414. Windows color (decimal): -14349790 or 2230821. OLE color: 2230821.

HSL color Cylindrical-coordinate representation of color #250A22: hue angle of 306.67º 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 #250A22 is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 10 34 -
CMYK 0 0.73 0.08 0.85
HSL 306.67º 0.57% 0.09% -
HSV(B) 306.67º 0.73% 0.15% -
XYZ 1.16 0.73 1.59 -
YUV 20.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 37 10 34 0 0.73 0.08 0.85 306.67 0.57 0.09
Hex 25 A 22 0 49 8 55 133 39 9
Octal 45 12 42 0 111 10 125 463 71 11
Binary 100101 1010 100010 0 1001001 1000 1010101 100110011 111001 1001

Color Harmonies of #250A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250A22

Black with #250A22

Text Example


Text Example

White with #250A22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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