#231525

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

Shades of Mardi Gras #231525

Tints of Mardi Gras #231525

Color information

#231525 (or 0x231525) is unknown color: approx Mardi Gras. HEX triplet: 23, 15 and 25. RGB value is (35,21,37). Sum of RGB (Red+Green+Blue) = 35+21+37=93 (12% of max value = 765). Red value is 35 (14.06% from 255 or 37.63% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #231525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231525 is #DCEADA. Grayscale: #1A1A1A. Windows color (decimal): -14478043 or 2430243. OLE color: 2430243.

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

Color convert

RGB352137-
CMYK0.050.4300.85
HSL292.5º27.59%11.37%-
HSV(B)292.5º43.24%14.51%-
XYZ1.31.031.88-
YUV27.01133.64133.7-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 37.63%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=37.63%
G=22.58%
B=39.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3521370.050.4300.85292.527.5911.37
Hex23152552B0551241cb
Octal43254555301254443413
Binary1000111010110010110110101101010101100100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231525; }

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

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

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

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

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

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

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

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