#070026

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

Shades of Black Russian #070026

Tints of Black Russian #070026

Color information

#070026 (or 0x070026) is unknown color: approx Black Russian. HEX triplet: 07, 00 and 26. RGB value is (7,0,38). Sum of RGB (Red+Green+Blue) = 7+0+38=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 38 (15.23% from 255 or 84.44% from 45); Max value from RGB is 38 - color contains mainly: blue. Hex color #070026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070026 is #F8FFD9. Grayscale: #060606. Windows color (decimal): -16318426 or 2490375. OLE color: 2490375.

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

Color convert

RGB7038-
CMYK0.82100.85
HSL251.05º100%7.45%-
HSV(B)251.05º100%14.9%-
XYZ0.440.191.85-
YUV6.42145.82128.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 15.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 84.44%
R=15.56%
G=0%
B=84.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal70380.82100.85251.051007.45
Hex70265264055fb647
Octal704612214401253731447
Binary11101001101010010110010001010101111110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070026; }

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

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

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

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

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

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

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

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