#070B1C

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

Shades of Black Russian #070B1C

Tints of Black Russian #070B1C

Color information

#070B1C (or 0x070B1C) is unknown color: approx Black Russian. HEX triplet: 07, 0B and 1C. RGB value is (7,11,28). Sum of RGB (Red+Green+Blue) = 7+11+28=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #070B1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B1C is #F8F4E3. Grayscale: #0B0B0B. Windows color (decimal): -16315620 or 1837831. OLE color: 1837831.

HSL color Cylindrical-coordinate representation of color #070B1C: hue angle of 228.57º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #070B1C is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB71128-
CMYK0.750.6100.89
HSL228.57º60%6.86%-
HSV(B)228.57º75%10.98%-
XYZ0.420.371.15-
YUV11.74137.17124.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.22%
GREEN value IS 11 (4.69% from 255) = 23.91%
BLUE value IS 28 (11.33% from 255) = 60.87%
R=15.22%
G=23.91%
B=60.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal711280.750.6100.89228.57606.86
Hex7B1C4B3D059e53c7
Octal71334113750131345747
Binary11110111110010010111111010101100111100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070B1C; }

 p { color: rgb(7,11,28); }

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

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

 a { background-color: rgb(7,11,28); }

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

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

 span { border-color: rgb(7,11,28); }

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