#231025

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

Shades of Mardi Gras #231025

Tints of Mardi Gras #231025

Color information

#231025 (or 0x231025) is unknown color: approx Mardi Gras. HEX triplet: 23, 10 and 25. RGB value is (35,16,37). Sum of RGB (Red+Green+Blue) = 35+16+37=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #231025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231025 is #DCEFDA. Grayscale: #181818. Windows color (decimal): -14479323 or 2428963. OLE color: 2428963.

HSL color Cylindrical-coordinate representation of color #231025: hue angle of 294.29º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #231025 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB351637-
CMYK0.050.5700.85
HSL294.29º39.62%10.39%-
HSV(B)294.29º56.76%14.51%-
XYZ1.210.861.85-
YUV24.08135.29135.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 39.77%
GREEN value IS 16 (6.64% from 255) = 18.18%
BLUE value IS 37 (14.84% from 255) = 42.05%
R=39.77%
G=18.18%
B=42.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3516370.050.5700.85294.2939.6210.39
Hex23102553905512628a
Octal43204557101254465012
Binary10001110000100101101111001010101011001001101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231025; }

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

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

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

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

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

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

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

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