Html Css Color HEX #070402 Black

📋 copy color: '#070402'

red 7 ◦ green 4 ◦ blue 2

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

Shades of Black #070402

Tints of Black #070402

RGB

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

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

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

R = 53.85%
G = 30.77%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.97

RGB Variations

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

Color information

#070402 (or 0x070402) is known color: Black. HEX triplet: 07, 04 and 02. RGB value is (7,4,2). Sum of RGB (Red+Green+Blue) = 7+4+2=13 (1% of max value = 765). Red value is 7 (3.12% from 255 or 53.85% from 13); Green value is 4 (1.95% from 255 or 30.77% from 13); Blue value is 2 (1.17% from 255 or 15.38% from 13); Max value from RGB is 7 - color contains mainly: red. Hex color #070402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070402 is #F8FBFD. Grayscale: #040404. Windows color (decimal): -16317438 or 132103. OLE color: 132103.

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

Color convert

RGB 7 4 2 -
CMYK 0 0.43 0.71 0.97
HSL 24º 0.56% 0.02% -
HSV(B) 24º 0.71% 0.03% -
XYZ 0.14 0.14 0.08 -
YUV 4.67 126.49 129.66 -
System Red Green Blue C M Y K H S L
Decimal 7 4 2 0 0.43 0.71 0.97 24 0.56 0.02
Hex 7 4 2 0 2B 47 61 18 38 2
Octal 7 4 2 0 53 107 141 30 70 2
Binary 111 100 10 0 101011 1000111 1100001 11000 111000 10

Color Harmonies of #070402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070402

Black with #070402

Text Example


Text Example

White with #070402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070402; }

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

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

background-color css

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

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

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

border-color css

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

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

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