#231225

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

Shades of Mardi Gras #231225

Tints of Mardi Gras #231225

Color information

#231225 (or 0x231225) is unknown color: approx Mardi Gras. HEX triplet: 23, 12 and 25. RGB value is (35,18,37). Sum of RGB (Red+Green+Blue) = 35+18+37=90 (11% of max value = 765). Red value is 35 (14.06% from 255 or 38.89% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #231225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231225 is #DCEDDA. Grayscale: #191919. Windows color (decimal): -14478811 or 2429475. OLE color: 2429475.

HSL color Cylindrical-coordinate representation of color #231225: hue angle of 293.68º 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 #231225 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB351837-
CMYK0.050.5100.85
HSL293.68º34.55%10.78%-
HSV(B)293.68º51.35%14.51%-
XYZ1.240.921.86-
YUV25.25134.63134.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 38.89%
GREEN value IS 18 (7.42% from 255) = 20%
BLUE value IS 37 (14.84% from 255) = 41.11%
R=38.89%
G=20%
B=41.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3518370.050.5100.85293.6834.5510.78
Hex23122553305512623b
Octal43224556301254464313
Binary10001110010100101101110011010101011001001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231225; }

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

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

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

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

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

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

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

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