#030310

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

Shades of Black Russian #030310

Tints of Black Russian #030310

Color information

#030310 (or 0x030310) is unknown color: approx Black Russian. HEX triplet: 03, 03 and 10. RGB value is (3,3,16). Sum of RGB (Red+Green+Blue) = 3+3+16=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 16 (6.64% from 255 or 72.73% from 22); Max value from RGB is 16 - color contains mainly: blue. Hex color #030310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030310 is #FCFCEF. Grayscale: #040404. Windows color (decimal): -16579824 or 1049347. OLE color: 1049347.

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

Color convert

RGB3316-
CMYK0.810.8100.94
HSL240º68.42%3.73%-
HSV(B)240º81.25%6.27%-
XYZ0.160.120.51-
YUV4.48134.5126.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.64%
GREEN value IS 3 (1.56% from 255) = 13.64%
BLUE value IS 16 (6.64% from 255) = 72.73%
R=13.64%
G=13.64%
B=72.73%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal33160.810.8100.9424068.423.73
Hex3310515105Ef0444
Octal332012112101363601044
Binary1111100001010001101000101011110111100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030310; }

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

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

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

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

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

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

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

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