#070B26

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

Shades of Black Russian #070B26

Tints of Black Russian #070B26

Color information

#070B26 (or 0x070B26) is unknown color: approx Black Russian. HEX triplet: 07, 0B and 26. RGB value is (7,11,38). Sum of RGB (Red+Green+Blue) = 7+11+38=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 38 (15.23% from 255 or 67.86% from 56); Max value from RGB is 38 - color contains mainly: blue. Hex color #070B26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070B26 is #F8F4D9. Grayscale: #0C0C0C. Windows color (decimal): -16315610 or 2493191. OLE color: 2493191.

HSL color Cylindrical-coordinate representation of color #070B26: hue angle of 232.26º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070B26 is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB71138-
CMYK0.820.7100.85
HSL232.26º68.89%8.82%-
HSV(B)232.26º81.58%14.9%-
XYZ0.560.421.89-
YUV12.88142.17123.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 11 (4.69% from 255) = 19.64%
BLUE value IS 38 (15.23% from 255) = 67.86%
R=12.5%
G=19.64%
B=67.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal711380.820.7100.85232.2668.898.82
Hex7B265247055e8459
Octal71346122107012535010511
Binary111101110011010100101000111010101011110100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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