#251C27

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

Shades of Mardi Gras #251C27

Tints of Mardi Gras #251C27

Color information

#251C27 (or 0x251C27) is unknown color: approx Mardi Gras. HEX triplet: 25, 1C and 27. RGB value is (37,28,39). Sum of RGB (Red+Green+Blue) = 37+28+39=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 39 - color contains mainly: blue. Hex color #251C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C27 is #DAE3D8. Grayscale: #1F1F1F. Windows color (decimal): -14345177 or 2563109. OLE color: 2563109.

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

Color convert

RGB372839-
CMYK0.050.2800.85
HSL289.09º16.42%13.14%-
HSV(B)289.09º28.21%15.29%-
XYZ1.541.372.1-
YUV31.94131.98131.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=35.58%
G=26.92%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3728390.050.2800.85289.0916.4213.14
Hex251C2751C05512110d
Octal45344753401254412015
Binary100101111001001111011110001010101100100001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251C27; }

 p { color: rgb(37,28,39); }

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

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

 a { background-color: rgb(37,28,39); }

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

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

 span { border-color: rgb(37,28,39); }

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