#030713

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

Shades of Black Russian #030713

Tints of Black Russian #030713

Color information

#030713 (or 0x030713) is unknown color: approx Black Russian. HEX triplet: 03, 07 and 13. RGB value is (3,7,19). Sum of RGB (Red+Green+Blue) = 3+7+19=29 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.34% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 19 (7.81% from 255 or 65.52% from 29); Max value from RGB is 19 - color contains mainly: blue. Hex color #030713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030713 is #FCF8EC. Grayscale: #070707. Windows color (decimal): -16578797 or 1246979. OLE color: 1246979.

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

Color convert

RGB3719-
CMYK0.840.6300.93
HSL225º72.73%4.31%-
HSV(B)225º84.21%7.45%-
XYZ0.230.220.65-
YUV7.17134.67125.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 10.34%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 19 (7.81% from 255) = 65.52%
R=10.34%
G=24.14%
B=65.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal37190.840.6300.9322572.734.31
Hex3713543F05De1494
Octal37231247701353411114
Binary1111110011101010011111101011101111000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030713; }

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

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

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

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

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

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

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

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