#020309

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

Shades of Black Russian #020309

Tints of Black Russian #020309

Color information

#020309 (or 0x020309) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 09. RGB value is (2,3,9). Sum of RGB (Red+Green+Blue) = 2+3+9=14 (1% of max value = 765). Red value is 2 (1.17% from 255 or 14.29% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 9 (3.91% from 255 or 64.29% from 14); Max value from RGB is 9 - color contains mainly: blue. Hex color #020309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020309 is #FDFCF6. Grayscale: #030303. Windows color (decimal): -16645367 or 590594. OLE color: 590594.

HSL color Cylindrical-coordinate representation of color #020309: hue angle of 231.43º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020309 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB239-
CMYK0.780.6700.96
HSL231.43º63.64%2.16%-
HSV(B)231.43º77.78%3.53%-
XYZ0.110.10.27-
YUV3.38131.17127.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 14.29%
GREEN value IS 3 (1.56% from 255) = 21.43%
BLUE value IS 9 (3.91% from 255) = 64.29%
R=14.29%
G=21.43%
B=64.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal2390.780.6700.96231.4363.642.16
Hex2394E43060e7402
Octal231111610301403471002
Binary10111001100111010000110110000011100111100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020309; }

 p { color: rgb(2,3,9); }

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

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

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

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

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

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

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