#251222

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

Shades of Mardi Gras #251222

Tints of Mardi Gras #251222

Color information

#251222 (or 0x251222) is unknown color: approx Mardi Gras. HEX triplet: 25, 12 and 22. RGB value is (37,18,34). Sum of RGB (Red+Green+Blue) = 37+18+34=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251222 is #DAEDDD. Grayscale: #191919. Windows color (decimal): -14347742 or 2232869. OLE color: 2232869.

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

Color convert

RGB371834-
CMYK00.510.080.85
HSL309.47º34.55%10.78%-
HSV(B)309.47º51.35%14.51%-
XYZ1.270.941.63-
YUV25.5132.79136.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 41.57%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 34 (13.67% from 255) = 38.20%
R=41.57%
G=20.22%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37183400.510.080.85309.4734.5510.78
Hex25122203385513523b
Octal452242063101254654313
Binary100101100101000100110011100010101011001101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251222; }

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

 H1.HeaderClassName
 {
   color: #251222;
 }
 .AnyTagClassName
 {
   color: #251222;
 }
</style>
background-color css

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

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

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

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

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

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