Html Css Color HEX #070202 Black

📋 copy color: '#070202'

red 7 ◦ green 2 ◦ blue 2

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

Shades of Black #070202

Tints of Black #070202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 18.18%

R = 63.64%
G = 18.18%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.97

RGB Variations

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

Color information

#070202 (or 0x070202) is known color: Black. HEX triplet: 07, 02 and 02. RGB value is (7,2,2). Sum of RGB (Red+Green+Blue) = 7+2+2=11 (1% of max value = 765). Red value is 7 (3.12% from 255 or 63.64% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 2 (1.17% from 255 or 18.18% from 11); Max value from RGB is 7 - color contains mainly: red. Hex color #070202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070202 is #F8FDFD. Grayscale: #030303. Windows color (decimal): -16317950 or 131591. OLE color: 131591.

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

Color convert

RGB 7 2 2 -
CMYK 0 0.71 0.71 0.97
HSL 0.56% 0.02% -
HSV(B) 0.71% 0.03% -
XYZ 0.12 0.09 0.07 -
YUV 3.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 7 2 2 0 0.71 0.71 0.97 0 0.56 0.02
Hex 7 2 2 0 47 47 61 0 38 2
Octal 7 2 2 0 107 107 141 0 70 2
Binary 111 10 10 0 1000111 1000111 1100001 0 111000 10

Color Harmonies of #070202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070202

Black with #070202

Text Example


Text Example

White with #070202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070202; }

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

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

background-color css

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

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

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

border-color css

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

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

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