Html Css Color HEX #070301 Black

📋 copy color: '#070301'

red 7 ◦ green 3 ◦ blue 1

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

Shades of Black #070301

Tints of Black #070301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 27.27%

 BLUE value IS 1 (0.78% from 255) = 9.09%

R = 63.64%
G = 27.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.97

RGB Variations

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

Color information

#070301 (or 0x070301) is known color: Black. HEX triplet: 07, 03 and 01. RGB value is (7,3,1). Sum of RGB (Red+Green+Blue) = 7+3+1=11 (1% of max value = 765). Red value is 7 (3.12% from 255 or 63.64% from 11); Green value is 3 (1.56% from 255 or 27.27% from 11); Blue value is 1 (0.78% from 255 or 9.09% from 11); Max value from RGB is 7 - color contains mainly: red. Hex color #070301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070301 is #F8FCFE. Grayscale: #030303. Windows color (decimal): -16317695 or 66311. OLE color: 66311.

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

Color convert

RGB 7 3 1 -
CMYK 0 0.57 0.86 0.97
HSL 20º 0.75% 0.02% -
HSV(B) 20º 0.86% 0.03% -
XYZ 0.13 0.11 0.04 -
YUV 3.97 126.33 130.16 -
System Red Green Blue C M Y K H S L
Decimal 7 3 1 0 0.57 0.86 0.97 20 0.75 0.02
Hex 7 3 1 0 39 56 61 14 4B 2
Octal 7 3 1 0 71 126 141 24 113 2
Binary 111 11 1 0 111001 1010110 1100001 10100 1001011 10

Color Harmonies of #070301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070301

Black with #070301

Text Example


Text Example

White with #070301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070301; }

 p { color: rgb(7,3,1); }

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

background-color css

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

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

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

border-color css

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

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

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