#070016

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

Shades of Blackcurrant #070016

Tints of Blackcurrant #070016

Color information

#070016 (or 0x070016) is unknown color: approx Blackcurrant. HEX triplet: 07, 00 and 16. RGB value is (7,0,22). Sum of RGB (Red+Green+Blue) = 7+0+22=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 22 (8.98% from 255 or 75.86% from 29); Max value from RGB is 22 - color contains mainly: blue. Hex color #070016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070016 is #F8FFE9. Grayscale: #040404. Windows color (decimal): -16318442 or 1441799. OLE color: 1441799.

HSL color Cylindrical-coordinate representation of color #070016: hue angle of 259.09º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070016 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB7022-
CMYK0.68100.91
HSL259.09º100%4.31%-
HSV(B)259.09º100%8.63%-
XYZ0.230.10.77-
YUV4.6137.82129.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 75.86%
R=24.14%
G=0%
B=75.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal70220.68100.91259.091004.31
Hex7016446405B103644
Octal702610414401334031444
Binary11101011010001001100100010110111000000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070016; }

 p { color: rgb(7,0,22); }

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

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

 a { background-color: rgb(7,0,22); }

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

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

 span { border-color: rgb(7,0,22); }

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