#251323

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

Shades of Mardi Gras #251323

Tints of Mardi Gras #251323

Color information

#251323 (or 0x251323) is unknown color: approx Mardi Gras. HEX triplet: 25, 13 and 23. RGB value is (37,19,35). Sum of RGB (Red+Green+Blue) = 37+19+35=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 37 - color contains mainly: red. Hex color #251323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251323 is #DAECDC. Grayscale: #1A1A1A. Windows color (decimal): -14347485 or 2298661. OLE color: 2298661.

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

Color convert

RGB371935-
CMYK00.490.050.85
HSL306.67º32.14%10.98%-
HSV(B)306.67º48.65%14.51%-
XYZ1.30.981.71-
YUV26.21132.96135.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 35 (14.06% from 255) = 38.46%
R=40.66%
G=20.88%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37193500.490.050.85306.6732.1410.98
Hex25132303155513320b
Octal45234306151254634013
Binary10010110011100011011000110110101011001100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251323; }

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

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

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

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

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

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

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

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