#070115

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

Shades of Black Russian #070115

Tints of Black Russian #070115

Color information

#070115 (or 0x070115) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 15. RGB value is (7,1,21). Sum of RGB (Red+Green+Blue) = 7+1+21=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 21 (8.59% from 255 or 72.41% from 29); Max value from RGB is 21 - color contains mainly: blue. Hex color #070115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070115 is #F8FEEA. Grayscale: #050505. Windows color (decimal): -16318187 or 1376519. OLE color: 1376519.

HSL color Cylindrical-coordinate representation of color #070115: hue angle of 258º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070115 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB7121-
CMYK0.670.9500.92
HSL258º90.91%4.31%-
HSV(B)258º95.24%8.24%-
XYZ0.230.120.72-
YUV5.07136.99129.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 1 (0.78% from 255) = 3.45%
BLUE value IS 21 (8.59% from 255) = 72.41%
R=24.14%
G=3.45%
B=72.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal71210.670.9500.9225890.914.31
Hex7115435F05C1025b4
Octal712510313701344021334
Binary11111010110000111011111010111001000000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070115; }

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

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

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

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

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

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

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

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