#070112

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

Shades of Blackcurrant #070112

Tints of Blackcurrant #070112

Color information

#070112 (or 0x070112) is unknown color: approx Blackcurrant. HEX triplet: 07, 01 and 12. RGB value is (7,1,18). Sum of RGB (Red+Green+Blue) = 7+1+18=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 18 (7.42% from 255 or 69.23% from 26); Max value from RGB is 18 - color contains mainly: blue. Hex color #070112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070112 is #F8FEED. Grayscale: #040404. Windows color (decimal): -16318190 or 1179911. OLE color: 1179911.

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

Color convert

RGB7118-
CMYK0.610.9400.93
HSL261.18º89.47%3.73%-
HSV(B)261.18º94.44%7.06%-
XYZ0.210.110.58-
YUV4.73135.49129.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 26.92%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 18 (7.42% from 255) = 69.23%
R=26.92%
G=3.85%
B=69.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal71180.610.9400.93261.1889.473.73
Hex71123D5E05D105594
Octal71227513601354051314
Binary1111100101111011011110010111011000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070112; }

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

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

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

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

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

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

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

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