#070013

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

Shades of Blackcurrant #070013

Tints of Blackcurrant #070013

Color information

#070013 (or 0x070013) is unknown color: approx Blackcurrant. HEX triplet: 07, 00 and 13. RGB value is (7,0,19). Sum of RGB (Red+Green+Blue) = 7+0+19=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 19 (7.81% from 255 or 73.08% from 26); Max value from RGB is 19 - color contains mainly: blue. Hex color #070013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070013 is #F8FFEC. Grayscale: #040404. Windows color (decimal): -16318445 or 1245191. OLE color: 1245191.

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

Color convert

RGB7019-
CMYK0.63100.93
HSL262.11º100%3.73%-
HSV(B)262.11º100%7.45%-
XYZ0.210.090.62-
YUV4.26136.32129.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 26.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 73.08%
R=26.92%
G=0%
B=73.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal70190.63100.93262.111003.73
Hex70133F6405D106644
Octal70237714401354061444
Binary1110100111111111100100010111011000001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070013; }

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

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

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

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

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

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

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

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