#070426

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

Shades of Black Russian #070426

Tints of Black Russian #070426

Color information

#070426 (or 0x070426) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 26. RGB value is (7,4,38). Sum of RGB (Red+Green+Blue) = 7+4+38=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 38 (15.23% from 255 or 77.55% from 49); Max value from RGB is 38 - color contains mainly: blue. Hex color #070426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070426 is #F8FBD9. Grayscale: #080808. Windows color (decimal): -16317402 or 2491399. OLE color: 2491399.

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

Color convert

RGB7438-
CMYK0.820.8900.85
HSL245.29º80.95%8.24%-
HSV(B)245.29º89.47%14.9%-
XYZ0.480.271.86-
YUV8.77144.49126.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 38 (15.23% from 255) = 77.55%
R=14.29%
G=8.16%
B=77.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal74380.820.8900.85245.2980.958.24
Hex74265259055f5518
Octal7446122131012536512110
Binary11110010011010100101011001010101011111010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070426; }

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

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

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

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

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

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

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

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