#270025

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

Shades of Mardi Gras #270025

Tints of Mardi Gras #270025

Color information

#270025 (or 0x270025) is unknown color: approx Mardi Gras. HEX triplet: 27, 00 and 25. RGB value is (39,0,37). Sum of RGB (Red+Green+Blue) = 39+0+37=76 (10% of max value = 765). Red value is 39 (15.62% from 255 or 51.32% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 39 - color contains mainly: red. Hex color #270025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270025 is #D8FFDA. Grayscale: #0F0F0F. Windows color (decimal): -14221275 or 2424871. OLE color: 2424871.

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

Color convert

RGB39037-
CMYK010.050.85
HSL303.08º100%7.65%-
HSV(B)303.08º100%15.29%-
XYZ1.170.561.8-
YUV15.88139.92144.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 51.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 48.68%
R=51.32%
G=0%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39037010.050.85303.081007.65
Hex2702506455512f648
Octal470450144512545714410
Binary100111010010101100100101101010110010111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270025; }

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

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

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

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

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

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

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

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