Html Css Color HEX #070407 Mardi Gras

📋 copy color: '#070407'

red 7 ◦ green 4 ◦ blue 7

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

Shades of Mardi Gras #070407

Tints of Mardi Gras #070407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 22.22%

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

R = 38.89%
G = 22.22%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#070407 (or 0x070407) is known color: Mardi Gras. HEX triplet: 07, 04 and 07. RGB value is (7,4,7). Sum of RGB (Red+Green+Blue) = 7+4+7=18 (2% of max value = 765). Red value is 7 (3.12% from 255 or 38.89% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 7 (3.12% from 255 or 38.89% from 18); Max value from RGB is 7 - color contains mainly: red, blue. Hex color #070407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070407 is #F8FBF8. Grayscale: #050505. Windows color (decimal): -16317433 or 459783. OLE color: 459783.

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

Color convert

RGB 7 4 7 -
CMYK 0 0.43 0 0.97
HSL 300º 0.27% 0.02% -
HSV(B) 300º 0.43% 0.03% -
XYZ 0.17 0.15 0.22 -
YUV 5.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 7 4 7 0 0.43 0 0.97 300 0.27 0.02
Hex 7 4 7 0 2B 0 61 12C 1B 2
Octal 7 4 7 0 53 0 141 454 33 2
Binary 111 100 111 0 101011 0 1100001 100101100 11011 10

Color Harmonies of #070407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070407

Black with #070407

Text Example


Text Example

White with #070407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070407; }

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

 H1.HeaderClassName
 {
   color: #070407;
 }
 .AnyTagClassName
 {
   color: #070407;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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