#271225

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

Shades of Mardi Gras #271225

Tints of Mardi Gras #271225

Color information

#271225 (or 0x271225) is unknown color: approx Mardi Gras. HEX triplet: 27, 12 and 25. RGB value is (39,18,37). Sum of RGB (Red+Green+Blue) = 39+18+37=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271225 is #D8EDDA. Grayscale: #1A1A1A. Windows color (decimal): -14216667 or 2429479. OLE color: 2429479.

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

Color convert

RGB391837-
CMYK00.540.050.85
HSL305.71º36.84%11.18%-
HSV(B)305.71º53.85%15.29%-
XYZ1.3911.87-
YUV26.44133.96136.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 41.49%
GREEN value IS 18 (7.42% from 255) = 19.15%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=41.49%
G=19.15%
B=39.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39183700.540.050.85305.7136.8411.18
Hex27122503655513225b
Octal47224506651254624513
Binary10011110010100101011011010110101011001100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271225; }

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

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

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

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

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

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

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

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