#030110

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

Shades of Black Russian #030110

Tints of Black Russian #030110

Color information

#030110 (or 0x030110) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 10. RGB value is (3,1,16). Sum of RGB (Red+Green+Blue) = 3+1+16=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 16 (6.64% from 255 or 80% from 20); Max value from RGB is 16 - color contains mainly: blue. Hex color #030110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030110 is #FCFEEF. Grayscale: #030303. Windows color (decimal): -16580336 or 1048835. OLE color: 1048835.

HSL color Cylindrical-coordinate representation of color #030110: hue angle of 248º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030110 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB3116-
CMYK0.810.9400.94
HSL248º88.24%3.33%-
HSV(B)248º93.75%6.27%-
XYZ0.140.080.5-
YUV3.31135.16127.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 15%
GREEN value IS 1 (0.78% from 255) = 5%
BLUE value IS 16 (6.64% from 255) = 80%
R=15%
G=5%
B=80%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal31160.810.9400.9424888.243.33
Hex3110515E05Ef8583
Octal312012113601363701303
Binary11110000101000110111100101111011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030110; }

 p { color: rgb(3,1,16); }

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

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

 a { background-color: rgb(3,1,16); }

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

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

 span { border-color: rgb(3,1,16); }

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