Html Css Color HEX #070200 Black

📋 copy color: '#070200'

red 7 ◦ green 2 ◦ blue 0

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

Shades of Black #070200

Tints of Black #070200

RGB

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

 GREEN value IS 2 (1.17% from 255) = 22.22%

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

R = 77.78%
G = 22.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.97

RGB Variations

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

Color information

#070200 (or 0x070200) is known color: Black. HEX triplet: 07, 02 and 00. RGB value is (7,2,0). Sum of RGB (Red+Green+Blue) = 7+2+0=9 (1% of max value = 765). Red value is 7 (3.12% from 255 or 77.78% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 7 - color contains mainly: red. Hex color #070200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070200 is #F8FDFF. Grayscale: #030303. Windows color (decimal): -16317952 or 519. OLE color: 519.

HSL color Cylindrical-coordinate representation of color #070200: hue angle of 17.14º 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 #070200 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB 7 2 0 -
CMYK 0 0.71 1 0.97
HSL 17.14º 1% 0.01% -
HSV(B) 17.14º 1% 0.03% -
XYZ 0.11 0.09 0.01 -
YUV 3.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 7 2 0 0 0.71 1 0.97 17.14 1 0.01
Hex 7 2 0 0 47 64 61 11 64 1
Octal 7 2 0 0 107 144 141 21 144 1
Binary 111 10 0 0 1000111 1100100 1100001 10001 1100100 1

Color Harmonies of #070200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070200

Black with #070200

Text Example


Text Example

White with #070200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070200; }

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

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

background-color css

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

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

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

border-color css

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

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

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