#070914

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

Shades of Black Russian #070914

Tints of Black Russian #070914

Color information

#070914 (or 0x070914) is unknown color: approx Black Russian. HEX triplet: 07, 09 and 14. RGB value is (7,9,20). Sum of RGB (Red+Green+Blue) = 7+9+20=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #070914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070914 is #F8F6EB. Grayscale: #090909. Windows color (decimal): -16316140 or 1313031. OLE color: 1313031.

HSL color Cylindrical-coordinate representation of color #070914: hue angle of 230.77º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #070914 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB7920-
CMYK0.650.5500.92
HSL230.77º48.15%5.29%-
HSV(B)230.77º65%7.84%-
XYZ0.310.290.7-
YUV9.66133.84126.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 9 (3.91% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 55.56%
R=19.44%
G=25%
B=55.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal79200.650.5500.92230.7748.155.29
Hex7914413705Ce7305
Octal71124101670134347605
Binary11110011010010000011101110101110011100111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070914; }

 p { color: rgb(7,9,20); }

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

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

 a { background-color: rgb(7,9,20); }

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

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

 span { border-color: rgb(7,9,20); }

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