#251423

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

Shades of Mardi Gras #251423

Tints of Mardi Gras #251423

Color information

#251423 (or 0x251423) is unknown color: approx Mardi Gras. HEX triplet: 25, 14 and 23. RGB value is (37,20,35). Sum of RGB (Red+Green+Blue) = 37+20+35=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 37 - color contains mainly: red. Hex color #251423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251423 is #DAEBDC. Grayscale: #1A1A1A. Windows color (decimal): -14347229 or 2298917. OLE color: 2298917.

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

Color convert

RGB372035-
CMYK00.460.050.85
HSL307.06º29.82%11.18%-
HSV(B)307.06º45.95%14.51%-
XYZ1.321.011.72-
YUV26.79132.63135.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.22%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 35 (14.06% from 255) = 38.04%
R=40.22%
G=21.74%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37203500.460.050.85307.0629.8211.18
Hex25142302E5551331eb
Octal45244305651254633613
Binary1001011010010001101011101011010101100110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251423; }

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

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

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

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

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

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

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

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