#1C0F1C

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

Shades of Mardi Gras #1C0F1C

Tints of Mardi Gras #1C0F1C

Color information

#1C0F1C (or 0x1C0F1C) is unknown color: approx Mardi Gras. HEX triplet: 1C, 0F and 1C. RGB value is (28,15,28). Sum of RGB (Red+Green+Blue) = 28+15+28=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 28 (11.33% from 255 or 39.44% from 71); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C0F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0F1C is #E3F0E3. Grayscale: #141414. Windows color (decimal): -14938340 or 1838876. OLE color: 1838876.

HSL color Cylindrical-coordinate representation of color #1C0F1C: hue angle of 300º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C0F1C is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB281528-
CMYK00.4600.89
HSL300º30.23%8.43%-
HSV(B)300º46.43%10.98%-
XYZ0.860.671.18-
YUV20.37132.31133.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 15 (6.25% from 255) = 21.13%
BLUE value IS 28 (11.33% from 255) = 39.44%
R=39.44%
G=21.13%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28152800.4600.8930030.238.43
Hex1CF1C02E05912c1e8
Octal34173405601314543610
Binary11100111111100010111001011001100101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C0F1C; }

 p { color: rgb(28,15,28); }

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

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

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

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

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

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

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