#250E22

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

Shades of Mardi Gras #250E22

Tints of Mardi Gras #250E22

Color information

#250E22 (or 0x250E22) is unknown color: approx Mardi Gras. HEX triplet: 25, 0E and 22. RGB value is (37,14,34). Sum of RGB (Red+Green+Blue) = 37+14+34=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 37 - color contains mainly: red. Hex color #250E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E22 is #DAF1DD. Grayscale: #171717. Windows color (decimal): -14348766 or 2231845. OLE color: 2231845.

HSL color Cylindrical-coordinate representation of color #250E22: hue angle of 307.83º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #250E22 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.85.

Color convert

RGB371434-
CMYK00.620.080.85
HSL307.83º45.1%10%-
HSV(B)307.83º62.16%14.51%-
XYZ1.210.821.61-
YUV23.16134.12137.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 14 (5.86% from 255) = 16.47%
BLUE value IS 34 (13.67% from 255) = 40%
R=43.53%
G=16.47%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37143400.620.080.85307.8345.110
Hex25E2203E8551342da
Octal451642076101254645512
Binary10010111101000100111110100010101011001101001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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