#070507

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

Shades of Mardi Gras #070507

Tints of Mardi Gras #070507

Color information

#070507 (or 0x070507) is unknown color: approx Mardi Gras. HEX triplet: 07, 05 and 07. RGB value is (7,5,7). Sum of RGB (Red+Green+Blue) = 7+5+7=19 (2% of max value = 765). Red value is 7 (3.12% from 255 or 36.84% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 7 (3.12% from 255 or 36.84% from 19); Max value from RGB is 7 - color contains mainly: red, blue. Hex color #070507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070507 is #F8FAF8. Grayscale: #050505. Windows color (decimal): -16317177 or 460039. OLE color: 460039.

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

Color convert

RGB757-
CMYK00.2900.97
HSL300º16.67%2.35%-
HSV(B)300º28.57%2.75%-
XYZ0.180.170.22-
YUV5.83128.66128.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 36.84%
GREEN value IS 5 (2.34% from 255) = 26.32%
BLUE value IS 7 (3.12% from 255) = 36.84%
R=36.84%
G=26.32%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal75700.2900.9730016.672.35
Hex75701D06112c112
Octal7570350141454212
Binary111101111011101011000011001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070507; }

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

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

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

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

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

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

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

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