#070302

Color #070302 Black (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black #070302

Tints of Black #070302

Color information

#070302 (or 0x070302) is unknown color: approx Black. HEX triplet: 07, 03 and 02. RGB value is (7,3,2). Sum of RGB (Red+Green+Blue) = 7+3+2=12 (1% of max value = 765). Red value is 7 (3.12% from 255 or 58.33% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 7 - color contains mainly: red. Hex color #070302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070302 is #F8FCFD. Grayscale: #040404. Windows color (decimal): -16317694 or 131847. OLE color: 131847.

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

Color convert

RGB732-
CMYK00.570.710.97
HSL12º55.56%1.76%-
HSV(B)12º71.43%2.75%-
XYZ0.130.110.07-
YUV4.08126.83130.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 58.33%
GREEN value IS 3 (1.56% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 16.67%
R=58.33%
G=25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal73200.570.710.971255.561.76
Hex7320394761c382
Octal73207110714114702
Binary1111110011100110001111100001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070302; }

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

 H1.HeaderClassName
 {
   color: #070302;
 }
 .AnyTagClassName
 {
   color: #070302;
 }
</style>
background-color css

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

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

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

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

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

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