Html Css Color HEX #070502 Black

📋 copy color: '#070502'

red 7 ◦ green 5 ◦ blue 2

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

Shades of Black #070502

Tints of Black #070502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 35.71%

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

R = 50%
G = 35.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.97

RGB Variations

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

Color information

#070502 (or 0x070502) is known color: Black. HEX triplet: 07, 05 and 02. RGB value is (7,5,2). Sum of RGB (Red+Green+Blue) = 7+5+2=14 (1% of max value = 765). Red value is 7 (3.12% from 255 or 50% from 14); Green value is 5 (2.34% from 255 or 35.71% from 14); Blue value is 2 (1.17% from 255 or 14.29% from 14); Max value from RGB is 7 - color contains mainly: red. Hex color #070502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070502 is #F8FAFD. Grayscale: #050505. Windows color (decimal): -16317182 or 132359. OLE color: 132359.

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

Color convert

RGB 7 5 2 -
CMYK 0 0.29 0.71 0.97
HSL 36º 0.56% 0.02% -
HSV(B) 36º 0.71% 0.03% -
XYZ 0.15 0.16 0.08 -
YUV 5.26 126.16 129.24 -
System Red Green Blue C M Y K H S L
Decimal 7 5 2 0 0.29 0.71 0.97 36 0.56 0.02
Hex 7 5 2 0 1D 47 61 24 38 2
Octal 7 5 2 0 35 107 141 44 70 2
Binary 111 101 10 0 11101 1000111 1100001 100100 111000 10

Color Harmonies of #070502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070502

Black with #070502

Text Example


Text Example

White with #070502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070502; }

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

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

background-color css

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

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

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

border-color css

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

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

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