#281B27

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

Shades of Mardi Gras #281B27

Tints of Mardi Gras #281B27

Color information

#281B27 (or 0x281B27) is unknown color: approx Mardi Gras. HEX triplet: 28, 1B and 27. RGB value is (40,27,39). Sum of RGB (Red+Green+Blue) = 40+27+39=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 39 (15.62% from 255 or 36.79% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #281B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281B27 is #D7E4D8. Grayscale: #202020. Windows color (decimal): -14148825 or 2562856. OLE color: 2562856.

HSL color Cylindrical-coordinate representation of color #281B27: hue angle of 304.62º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #281B27 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.84.

Color convert

RGB402739-
CMYK00.330.020.84
HSL304.62º19.4%13.14%-
HSV(B)304.62º32.5%15.69%-
XYZ1.631.382.1-
YUV32.25131.81133.52-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 37.74%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 39 (15.62% from 255) = 36.79%
R=37.74%
G=25.47%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40273900.330.020.84304.6219.413.14
Hex281B2702125413113d
Octal50334704121244612315
Binary101000110111001110100001101010100100110001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281B27; }

 p { color: rgb(40,27,39); }

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

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

 a { background-color: rgb(40,27,39); }

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

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

 span { border-color: rgb(40,27,39); }

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