#071126

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

Shades of Black Russian #071126

Tints of Black Russian #071126

Color information

#071126 (or 0x071126) is unknown color: approx Black Russian. HEX triplet: 07, 11 and 26. RGB value is (7,17,38). Sum of RGB (Red+Green+Blue) = 7+17+38=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #071126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071126 is #F8EED9. Grayscale: #101010. Windows color (decimal): -16314074 or 2494727. OLE color: 2494727.

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

Color convert

RGB71738-
CMYK0.820.5500.85
HSL220.65º68.89%8.82%-
HSV(B)220.65º81.58%14.9%-
XYZ0.640.591.91-
YUV16.4140.19121.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.29%
GREEN value IS 17 (7.03% from 255) = 27.42%
BLUE value IS 38 (15.23% from 255) = 61.29%
R=11.29%
G=27.42%
B=61.29%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal717380.820.5500.85220.6568.898.82
Hex711265237055dd459
Octal7214612267012533510511
Binary111100011001101010010110111010101011101110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071126; }

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

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

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

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

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

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

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

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