#071026

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

Shades of Black Russian #071026

Tints of Black Russian #071026

Color information

#071026 (or 0x071026) is unknown color: approx Black Russian. HEX triplet: 07, 10 and 26. RGB value is (7,16,38). Sum of RGB (Red+Green+Blue) = 7+16+38=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 38 (15.23% from 255 or 62.30% from 61); Max value from RGB is 38 - color contains mainly: blue. Hex color #071026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071026 is #F8EFD9. Grayscale: #0F0F0F. Windows color (decimal): -16314330 or 2494471. OLE color: 2494471.

HSL color Cylindrical-coordinate representation of color #071026: hue angle of 222.58º 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 #071026 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB71638-
CMYK0.820.5800.85
HSL222.58º68.89%8.82%-
HSV(B)222.58º81.58%14.9%-
XYZ0.620.561.91-
YUV15.82140.52121.71-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 38 (15.23% from 255) = 62.30%
R=11.48%
G=26.23%
B=62.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal716380.820.5800.85222.5868.898.82
Hex71026523A055df459
Octal7204612272012533710511
Binary111100001001101010010111010010101011101111110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071026; }

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

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

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

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

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

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

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

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