#030113

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

Shades of Black Russian #030113

Tints of Black Russian #030113

Color information

#030113 (or 0x030113) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 13. RGB value is (3,1,19). Sum of RGB (Red+Green+Blue) = 3+1+19=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 1 (0.78% from 255 or 4.35% from 23); Blue value is 19 (7.81% from 255 or 82.61% from 23); Max value from RGB is 19 - color contains mainly: blue. Hex color #030113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030113 is #FCFEEC. Grayscale: #030303. Windows color (decimal): -16580333 or 1245443. OLE color: 1245443.

HSL color Cylindrical-coordinate representation of color #030113: hue angle of 246.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #030113 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3119-
CMYK0.840.9500.93
HSL246.67º90%3.92%-
HSV(B)246.67º94.74%7.45%-
XYZ0.170.090.62-
YUV3.65136.66127.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 13.04%
GREEN value IS 1 (0.78% from 255) = 4.35%
BLUE value IS 19 (7.81% from 255) = 82.61%
R=13.04%
G=4.35%
B=82.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal31190.840.9500.93246.67903.92
Hex3113545F05Df75a4
Octal312312413701353671324
Binary111100111010100101111101011101111101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030113; }

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

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

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

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

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

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

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

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