#270D23

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

Shades of Mardi Gras #270D23

Tints of Mardi Gras #270D23

Color information

#270D23 (or 0x270D23) is unknown color: approx Mardi Gras. HEX triplet: 27, 0D and 23. RGB value is (39,13,35). Sum of RGB (Red+Green+Blue) = 39+13+35=87 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.83% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 39 - color contains mainly: red. Hex color #270D23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D23 is #D8F2DC. Grayscale: #171717. Windows color (decimal): -14217949 or 2297127. OLE color: 2297127.

HSL color Cylindrical-coordinate representation of color #270D23: hue angle of 309.23º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D23 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.85.

Color convert

RGB391335-
CMYK00.670.100.85
HSL309.23º50%10.2%-
HSV(B)309.23º66.67%15.29%-
XYZ1.280.841.68-
YUV23.28134.61139.21-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 44.83%
GREEN value IS 13 (5.47% from 255) = 14.94%
BLUE value IS 35 (14.06% from 255) = 40.23%
R=44.83%
G=14.94%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39133500.670.100.85309.235010.2
Hex27D23043A5513532a
Octal4715430103121254656212
Binary100111110110001101000011101010101011001101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D23; }

 p { color: rgb(39,13,35); }

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

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

 a { background-color: rgb(39,13,35); }

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

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

 span { border-color: rgb(39,13,35); }

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