Html Css Color HEX #251122 Mardi Gras

📋 copy color: '#251122'

red 37 ◦ green 17 ◦ blue 34

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

Shades of Mardi Gras #251122

Tints of Mardi Gras #251122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.32%

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

R = 42.05%
G = 19.32%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.85

RGB Variations

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

Color information

#251122 (or 0x251122) is known color: Mardi Gras. HEX triplet: 25, 11 and 22. RGB value is (37,17,34). Sum of RGB (Red+Green+Blue) = 37+17+34=88 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.05% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 37 - color contains mainly: red. Hex color #251122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251122 is #DAEEDD. Grayscale: #181818. Windows color (decimal): -14347998 or 2232613. OLE color: 2232613.

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

Color convert

RGB 37 17 34 -
CMYK 0 0.54 0.08 0.85
HSL 309º 0.37% 0.11% -
HSV(B) 309º 0.54% 0.15% -
XYZ 1.25 0.91 1.62 -
YUV 24.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 37 17 34 0 0.54 0.08 0.85 309 0.37 0.11
Hex 25 11 22 0 36 8 55 135 25 B
Octal 45 21 42 0 66 10 125 465 45 13
Binary 100101 10001 100010 0 110110 1000 1010101 100110101 100101 1011

Color Harmonies of #251122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251122

Black with #251122

Text Example


Text Example

White with #251122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251122; }

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

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

background-color css

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

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

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

border-color css

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

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

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