#020307

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

Shades of Black Russian #020307

Tints of Black Russian #020307

Color information

#020307 (or 0x020307) is unknown color: approx Black Russian. HEX triplet: 02, 03 and 07. RGB value is (2,3,7). Sum of RGB (Red+Green+Blue) = 2+3+7=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 3 (1.56% from 255 or 25% from 12); Blue value is 7 (3.12% from 255 or 58.33% from 12); Max value from RGB is 7 - color contains mainly: blue. Hex color #020307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020307 is #FDFCF8. Grayscale: #030303. Windows color (decimal): -16645369 or 459522. OLE color: 459522.

HSL color Cylindrical-coordinate representation of color #020307: hue angle of 228º degrees, saturation: 0.56, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #020307 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB237-
CMYK0.710.5700.97
HSL228º55.56%1.76%-
HSV(B)228º71.43%2.75%-
XYZ0.10.090.21-
YUV3.16130.17127.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 16.67%
GREEN value IS 3 (1.56% from 255) = 25%
BLUE value IS 7 (3.12% from 255) = 58.33%
R=16.67%
G=25%
B=58.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal2370.710.5700.9722855.561.76
Hex2374739061e4382
Octal237107710141344702
Binary10111111000111111001011000011110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020307; }

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

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

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

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

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

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

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

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