#251122

Color #251122 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #251122

Tints of Mardi Gras #251122

Color information

#251122 (or 0x251122) is unknown color: approx 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

RGB371734-
CMYK00.540.080.85
HSL309º37.04%10.59%-
HSV(B)309º54.05%14.51%-
XYZ1.250.911.62-
YUV24.92133.13136.62-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37173400.540.080.8530937.0410.59
Hex25112203685513525b
Octal452142066101254654513
Binary100101100011000100110110100010101011001101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>