#070110

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

Shades of Blackcurrant #070110

Tints of Blackcurrant #070110

Color information

#070110 (or 0x070110) is unknown color: approx Blackcurrant. HEX triplet: 07, 01 and 10. RGB value is (7,1,16). Sum of RGB (Red+Green+Blue) = 7+1+16=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #070110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070110 is #F8FEEF. Grayscale: #040404. Windows color (decimal): -16318192 or 1048839. OLE color: 1048839.

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

Color convert

RGB7116-
CMYK0.560.9400.94
HSL264º88.24%3.33%-
HSV(B)264º93.75%6.27%-
XYZ0.190.10.5-
YUV4.5134.49129.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 29.17%
GREEN value IS 1 (0.78% from 255) = 4.17%
BLUE value IS 16 (6.64% from 255) = 66.67%
R=29.17%
G=4.17%
B=66.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal71160.560.9400.9426488.243.33
Hex7110385E05E108583
Octal71207013601364101303
Binary111110000111000101111001011110100001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070110; }

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

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

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

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

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

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

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

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