Html Css Color HEX #070400 Black

📋 copy color: '#070400'

red 7 ◦ green 4 ◦ blue 0

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

Shades of Black #070400

Tints of Black #070400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#070400 (or 0x070400) is known color: Black. HEX triplet: 07, 04 and 00. RGB value is (7,4,0). Sum of RGB (Red+Green+Blue) = 7+4+0=11 (1% of max value = 765). Red value is 7 (3.12% from 255 or 63.64% from 11); Green value is 4 (1.95% from 255 or 36.36% from 11); Blue value is 0 (0.39% from 255 or 0% from 11); Max value from RGB is 7 - color contains mainly: red. Hex color #070400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070400 is #F8FBFF. Grayscale: #040404. Windows color (decimal): -16317440 or 1031. OLE color: 1031.

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

Color convert

RGB 7 4 0 -
CMYK 0 0.43 1 0.97
HSL 34.29º 1% 0.01% -
HSV(B) 34.29º 1% 0.03% -
XYZ 0.13 0.13 0.02 -
YUV 4.44 125.49 129.83 -
System Red Green Blue C M Y K H S L
Decimal 7 4 0 0 0.43 1 0.97 34.29 1 0.01
Hex 7 4 0 0 2B 64 61 22 64 1
Octal 7 4 0 0 53 144 141 42 144 1
Binary 111 100 0 0 101011 1100100 1100001 100010 1100100 1

Color Harmonies of #070400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070400

Black with #070400

Text Example


Text Example

White with #070400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070400; }

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

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

background-color css

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

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

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

border-color css

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

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

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