Html Css Color HEX #250B22 Mardi Gras

📋 copy color: '#250B22'

red 37 ◦ green 11 ◦ blue 34

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

Shades of Mardi Gras #250B22

Tints of Mardi Gras #250B22

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.41%

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

R = 45.12%
G = 13.41%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#250B22 (or 0x250B22) is known color: Mardi Gras. HEX triplet: 25, 0B and 22. RGB value is (37,11,34). Sum of RGB (Red+Green+Blue) = 37+11+34=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 34 (13.67% from 255 or 41.46% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #250B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B22 is #DAF4DD. Grayscale: #151515. Windows color (decimal): -14349534 or 2231077. OLE color: 2231077.

HSL color Cylindrical-coordinate representation of color #250B22: hue angle of 306.92º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #250B22 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 11 34 -
CMYK 0 0.70 0.08 0.85
HSL 306.92º 0.54% 0.09% -
HSV(B) 306.92º 0.7% 0.15% -
XYZ 1.17 0.75 1.6 -
YUV 21.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 37 11 34 0 0.70 0.08 0.85 306.92 0.54 0.09
Hex 25 B 22 0 46 8 55 133 36 9
Octal 45 13 42 0 106 10 125 463 66 11
Binary 100101 1011 100010 0 1000110 1000 1010101 100110011 110110 1001

Color Harmonies of #250B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B22

Black with #250B22

Text Example


Text Example

White with #250B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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