Html Css Color HEX #070107 Mardi Gras

📋 copy color: '#070107'

red 7 ◦ green 1 ◦ blue 7

#070107
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #070107

Tints of Mardi Gras #070107

RGB

 RED value IS 7 (3.13% from 255) = 46.67%

 GREEN value IS 1 (0.78% from 255) = 6.67%

 BLUE value IS 7 (3.13% from 255) = 46.67%

R = 46.67%
G = 6.67%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#070107 (or 0x070107) is known color: 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

RGB 7 1 7 -
CMYK 0 0.86 0 0.97
HSL 300º 0.75% 0.02% -
HSV(B) 300º 0.86% 0.03% -
XYZ 0.14 0.08 0.21 -
YUV 3.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 7 1 7 0 0.86 0 0.97 300 0.75 0.02
Hex 7 1 7 0 56 0 61 12C 4B 2
Octal 7 1 7 0 126 0 141 454 113 2
Binary 111 1 111 0 1010110 0 1100001 100101100 1001011 10

Color Harmonies of #070107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070107

Black with #070107

Text Example


Text Example

White with #070107

Text Example


Text Example

HTML Codes & Css Web 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>