#070107

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

Shades of Mardi Gras #070107

Tints of Mardi Gras #070107

Color information

#070107 (or 0x070107) is unknown color: approx Mardi Gras. HEX triplet: 07, 01 and 07. RGB value is (7,1,7). Sum of RGB (Red+Green+Blue) = 7+1+7=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 7 (3.12% from 255 or 46.67% from 15); Max value from RGB is 7 - color contains mainly: red, blue. Hex color #070107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070107 is #F8FEF8. Grayscale: #030303. Windows color (decimal): -16318201 or 459015. OLE color: 459015.

HSL color Cylindrical-coordinate representation of color #070107: hue angle of 300º degrees, saturation: 0.75, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070107 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB717-
CMYK00.8600.97
HSL300º75%1.57%-
HSV(B)300º85.71%2.75%-
XYZ0.140.080.21-
YUV3.48129.99130.51-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 46.67%
GREEN value IS 1 (0.78% from 255) = 6.67%
BLUE value IS 7 (3.12% from 255) = 46.67%
R=46.67%
G=6.67%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal71700.8600.97300751.57
Hex71705606112c4b2
Octal717012601414541132
Binary11111110101011001100001100101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070107; }

 p { color: rgb(7,1,7); }

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

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

 a { background-color: rgb(7,1,7); }

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

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

 span { border-color: rgb(7,1,7); }

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