#080038

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

Shades of Black Russian #080038

Tints of Black Russian #080038

Color information

#080038 (or 0x080038) is unknown color: approx Black Russian. HEX triplet: 08, 00 and 38. RGB value is (8,0,56). Sum of RGB (Red+Green+Blue) = 8+0+56=64 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.5% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 56 (22.27% from 255 or 87.5% from 64); Max value from RGB is 56 - color contains mainly: blue. Hex color #080038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080038 is #F7FFC7. Grayscale: #080808. Windows color (decimal): -16252872 or 3670024. OLE color: 3670024.

HSL color Cylindrical-coordinate representation of color #080038: hue angle of 248.57º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080038 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB8056-
CMYK0.86100.78
HSL248.57º100%10.98%-
HSV(B)248.57º100%21.96%-
XYZ0.810.343.76-
YUV8.78154.65127.45-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 12.5%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 87.5%
R=12.5%
G=0%
B=87.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal80560.86100.78248.5710010.98
Hex8038566404Ef964b
Octal10070126144011637114413
Binary1000011100010101101100100010011101111100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080038; }

 p { color: rgb(8,0,56); }

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

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

 a { background-color: rgb(8,0,56); }

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

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

 span { border-color: rgb(8,0,56); }

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