#080126

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

Shades of Black Russian #080126

Tints of Black Russian #080126

Color information

#080126 (or 0x080126) is unknown color: approx Black Russian. HEX triplet: 08, 01 and 26. RGB value is (8,1,38). Sum of RGB (Red+Green+Blue) = 8+1+38=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 38 (15.23% from 255 or 80.85% from 47); Max value from RGB is 38 - color contains mainly: blue. Hex color #080126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080126 is #F7FED9. Grayscale: #070707. Windows color (decimal): -16252634 or 2490632. OLE color: 2490632.

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

Color convert

RGB8138-
CMYK0.790.9700.85
HSL251.35º94.87%7.65%-
HSV(B)251.35º97.37%14.9%-
XYZ0.460.211.85-
YUV7.31145.32128.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 17.02%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 38 (15.23% from 255) = 80.85%
R=17.02%
G=2.13%
B=80.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal81380.790.9700.85251.3594.877.65
Hex81264F61055fb5f8
Octal10146117141012537313710
Binary1000110011010011111100001010101011111101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080126; }

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

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

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

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

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

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

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

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