#070207

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

Shades of Mardi Gras #070207

Tints of Mardi Gras #070207

Color information

#070207 (or 0x070207) is unknown color: approx Mardi Gras. HEX triplet: 07, 02 and 07. RGB value is (7,2,7). Sum of RGB (Red+Green+Blue) = 7+2+7=16 (2% of max value = 765). Red value is 7 (3.12% from 255 or 43.75% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 7 (3.12% from 255 or 43.75% from 16); Max value from RGB is 7 - color contains mainly: red, blue. Hex color #070207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070207 is #F8FDF8. Grayscale: #040404. Windows color (decimal): -16317945 or 459271. OLE color: 459271.

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

Color convert

RGB727-
CMYK00.7100.97
HSL300º55.56%1.76%-
HSV(B)300º71.43%2.75%-
XYZ0.150.10.21-
YUV4.06129.66130.09-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 43.75%
GREEN value IS 2 (1.17% from 255) = 12.5%
BLUE value IS 7 (3.12% from 255) = 43.75%
R=43.75%
G=12.5%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal72700.7100.9730055.561.76
Hex72704706112c382
Octal72701070141454702
Binary11110111010001110110000110010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070207; }

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

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

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

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

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

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

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

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