#081026

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

Shades of Black Russian #081026

Tints of Black Russian #081026

Color information

#081026 (or 0x081026) is unknown color: approx Black Russian. HEX triplet: 08, 10 and 26. RGB value is (8,16,38). Sum of RGB (Red+Green+Blue) = 8+16+38=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 16 (6.64% from 255 or 25.81% 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 #081026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081026 is #F7EFD9. Grayscale: #101010. Windows color (decimal): -16248794 or 2494472. OLE color: 2494472.

HSL color Cylindrical-coordinate representation of color #081026: hue angle of 224º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #081026 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB81638-
CMYK0.790.5800.85
HSL224º65.22%9.02%-
HSV(B)224º78.95%14.9%-
XYZ0.640.561.91-
YUV16.12140.35122.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.90%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 38 (15.23% from 255) = 61.29%
R=12.90%
G=25.81%
B=61.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal816380.790.5800.8522465.229.02
Hex810264F3A055e0419
Octal10204611772012534010111
Binary1000100001001101001111111010010101011110000010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081026; }

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

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

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

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

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

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

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

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