#070826

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

Shades of Black Russian #070826

Tints of Black Russian #070826

Color information

#070826 (or 0x070826) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 26. RGB value is (7,8,38). Sum of RGB (Red+Green+Blue) = 7+8+38=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 38 (15.23% from 255 or 71.70% from 53); Max value from RGB is 38 - color contains mainly: blue. Hex color #070826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070826 is #F8F7D9. Grayscale: #0B0B0B. Windows color (decimal): -16316378 or 2492423. OLE color: 2492423.

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

Color convert

RGB7838-
CMYK0.820.7900.85
HSL238.06º68.89%8.82%-
HSV(B)238.06º81.58%14.9%-
XYZ0.520.361.88-
YUV11.12143.17125.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.21%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 38 (15.23% from 255) = 71.70%
R=13.21%
G=15.09%
B=71.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal78380.820.7900.85238.0668.898.82
Hex7826524F055ee459
Octal71046122117012535610511
Binary111100010011010100101001111010101011110111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070826; }

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

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

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

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

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

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

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

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