#231825

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

Shades of Mardi Gras #231825

Tints of Mardi Gras #231825

Color information

#231825 (or 0x231825) is unknown color: approx Mardi Gras. HEX triplet: 23, 18 and 25. RGB value is (35,24,37). Sum of RGB (Red+Green+Blue) = 35+24+37=96 (12% of max value = 765). Red value is 35 (14.06% from 255 or 36.46% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #231825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231825 is #DCE7DA. Grayscale: #1C1C1C. Windows color (decimal): -14477275 or 2431011. OLE color: 2431011.

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

Color convert

RGB352437-
CMYK0.050.3500.85
HSL290.77º21.31%11.96%-
HSV(B)290.77º35.14%14.51%-
XYZ1.351.141.9-
YUV28.77132.64132.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 36.46%
GREEN value IS 24 (9.77% from 255) = 25%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=36.46%
G=25%
B=38.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3524370.050.3500.85290.7721.3111.96
Hex23182552305512315c
Octal43304554301254432514
Binary1000111100010010110110001101010101100100011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231825; }

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

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

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

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

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

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

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

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